The DrawDebugString() function has to versions. One is the actual function to display a string of debug text in non-Shipping builds, and the other is an empty function that is used in Shipping build ...
Crashes when exiting PIE while executing multiple async tasks. By explicitly executing EndTask and FinishAbort of RecieveAbort, this caused by performing out-of-range in array access to InstanceStac ...
Niagara GPU Particle Flickering at Certain Angles When the System Origin is Occluded. Found in 4.20 CL# 4369336, 4.21 CL# 4753647, 4.22 Preview 6 CL# 5439949, and 4.23 CL# 5533539 ...
Niagara Mesh Renderer Incorrectly Rendering Mesh at Distances When Using Two Sided Material. Working as expected in 4.20 CL# 4369336 and 4.21 CL# 4753647 Found in 4.22 Preview 6 CL# 5439949 and 4 ...
I confirmed in UE4.21.2. I attached the project to reproducte the problem. ...
The ForceActorRelevantNextUpdate will only trigger an update on the first connection in the list. Note that the ForceActorRelevantNextUpdate does not work on dynamic actors since their ActorChannel ...
An anim composite will freeze the editor if one of its animation segments has a a notify and a length of 0 or less. Debugging shows that the engine is stuck inside UAnimSequenceBase::GetAnimNotifies ...
The bug can create a deadlock ...
The USplineComponent appears to be corrupted. It will pass the null check, but operations done on the data cause the engine to crash. (See the linked UDN for more details) ...
According to information from the licensee, the else clause was added to "FSkeletalMeshLODModel::(GetClothMappingData()" at CL 4437969 , but if it is the cloth data existing from 4.20 or earlier, it ...