When a texture asset has certain properties edited, its PostEditChangeProperty() method calls to UTexture::NotifyMaterials(), which triggers a recompilation of materials that reference it in their m ...
GeometryCollectionPhysicsProxy::FieldParameterUpdateCallback() not removing invalid Commands, leading to performance issues. The licensee has provided their analysis: We seem to have stumbled acro ...
Camera trucks can get in a invalid state when you undo certain operations. One example would be undoing a camera set that has been added to a camera track. When you undo that operation, other camera ...
Geometry Collection's Chaos Cache Static Pose Scrubbing broken in 5.6 due to Custom Renderer GeometryCollectionRootProxyRenderer. The licensee has provided his analysis: In 5.6, when creating a Geo ...
A Level Instance or Packed Level Actor can be created through editor scripting by using function ULevelInstanceSubsystem::CreateLevelInstanceFrom(), which receives parameters packed in the FNewLevel ...
This crash repros from at least UE 5.3 and up to latest. The following assert is hit: Assertion failed: (Index >= 0) & (Index < ArrayNum) [Link Removed] [Line: 1067] Array index out of bounds: 0 in ...
Destroying a welded actor is causing an Array index out of bounds crash on 5.6. The licensee has provided a repro project that reliably causes a crash whenever the spawned actor is destroyed. There ...
Context In Behavior Trees, BT Services can be added to nodes. Those services can have configurable FBlackboardKeySelectors. BlackboardKeys are variables on a blackboard that the behavior tree can r ...
The sim morph import has been broken after a change to make it work for cooked assets. Ticking the Import Sim Morph Targets checkbox crashes as soon as a skeletal mesh with morph target is specifie ...