This issue was reported in the context of adding and setting parameters on StateTrees, Tasks and related assets, but its root cause lies in the structure FPropertyChangedEvent and can possibly affec ...
When a StaticMeshComponent has a scale component of zero in WorldSpace (after accumulating with the hierarchy from the root to it), function UPrimitiveComponent::OnCreatePhysicsState() logs the warn ...
On the details panel of the StaticMeshLocation module, when expanding the dropdown of the MeshParameterBinding property, user parameters of type StaticMesh don't show up (only those of type "Object" ...
Structure FKeyHandle stores an internal index, which is initialized from a static atomic counter in the default constructor: +----- FKeyHandle::FKeyHandle() { | static std::atomic<uint32> LastKey ...
While active and ticking, the built-in FS_MasterField actor instance continuously creates several new components every frame, which are never cleaned up until the actor is destroyed. This can happen ...
Note: This issue was reproduced in UE 5.7, and it works correctly in UE 4.27. Prior to CL 24938100 (between UE 5.1 and 5.2), all existing factories were discovered and registered during engine init ...
When dragging the Details Panel in a Blueprint across the event graph the editor will crash. [Link Removed] ...
When setting the console command r.shadow.MaxResolution to a value of 1 will cause a crash. CrashReporter: [Link Removed] ...
A Redistribute file for VS 2015 is needed to build lightmass, but this is not currently included with the engine. If a user does not have VS 2015 installed, lightmass will fail with this error: Un ...
When using the Create Player node to setup split-screen multiplayer, only the last player created will show properly. All other players experience render issues for their character and environment. ...