If you set ComponentClass override in child class BP and grandchild class BP respectively, it is ignored in grandchild class. This issue is probably related to [Link Removed]. The fix for [Link Rem ...
This seems to have regressed because of the fix to [Link Removed]. Because UWorld::InternalGetNetMode now only returns the DemoNetDriver's NetMode when it is recording and in its tick, the multicast ...
Suggested fix from licensee is : PhysAnim.cpp@339 #if 0 FVector RelPos = RecipScale3D * RelTM.GetLocation(); #else FVector RelPos = (BoneIndex == 0) ? RecipScale3D * RelTM.GetLocation() : Rec ...
Two local variables with the same name in two different functions still interact with each other in some way. This was reported in TTP 346132 and fixed in that case, but currently if a local variabl ...
Landscape Components incorrectly list size in cm in detail's pane. The transform values are listed as cm, but should either be meters or shown as the correct scale. The cm scale appears correctly wh ...
When duplicating an actor that has foliage placed on it (i.e. the table in the basic level with starter content), the editor will crash. Found in 4.11 Preview 7. Reproduced in Main CL 2894512 Thi ...
A licensee reported an issue of not being able to add a new class to the ShooterGameLoadingScreen module inside of Shooter Game. It tends to give more output errors when in a Source built editor rat ...
Functions whose definition is in a platform specific "if" block cannot be bound to a delegate and also causes an assert when beginning to play in PIE for the first time since compiling, but the asse ...
By accessing the texture property for texture size will cause a crash. Attached image for material graph. Tested in: 4.10.4 Texture Size Texture Property did not exist 4.11.- CL-2927265 4.12 Dev ...
Originally, a project that uses about 500 mb of memory spikes to over 2 gigs during PIE. After exiting PIE, the memory usage remains well over 2 gigs and continues to rise. Found in 4.10 Binary. R ...