Context GameplayDebugger (Press ` in-game) displays a green smiley (AICON-Green) for AIControlled pawns that are running a BehaviorTree and a red angry face (AICON-Red) otherwise. If the AIControll ...
Found while messing around with a revamp of some of the Audio Stream cache tests. The map in this test is a WIP as I'm still just trying stuff out, but hit this assert 5/5 times.Assertion failed: Fo ...
There is currently no simple way to do a deprecated variable fixup on native variables that are set by a blueprint class. For a simple variable rename, CoreRedirects can be used and will work proper ...
Since 5.3 customers have been reporting flicker with water surfaces, demonstrating that in 5.2 this flicker is not present. [Link Removed] ...
Following code works as a workaround void FClusterUnionManager::HandleAddOperation(FClusterUnionIndex ClusterIndex, const TArray<FPBDRigidParticleHandle*>& Particles, bool bReleaseClustersFirst) ...
SAnalogSlider calculates FastestStepTime by multiplying the step size value by a constant, resulting in high numbers for larger step sizes. This gets lerped from 1 and used as the repeat time, resul ...
Deleting an actor that has soft references to it will not trigger a message box to confirm the deletion nor provide the list of other actors that reference it unless they are dirty. ...
As with shader compilation, some third-party plugins need to accumulate information about all UObjects cooked in a cook session, and write their data to a database at the end of the cook; the databa ...