For arrays, FPropertyReplicationStateDescriptorBuilder::IsSupportedProperty will set the FMemberProperty's ChangeMaskBits to "1U + FPropertyReplicationState::TArrayElementChangeMaskBits". If the arr ...
Requested by UDN : https://udn.unrealengine.com/s/case/500QP00000RyWvAYAV/requesting-an-engine-mod-to-access-certain-landscape-texture-patch-properties-in-blueprints-via-getters?fromCase=1 ...
The SplineNavModifierComponent does not have the same behavior as regular nav modifier components where the modifier can specify that it only replaces a given NavArea class. Setting the area class t ...
Copying and pasting an array of nested instanced subobjects from a level instance into a Blueprint's defaults and adding that Blueprint to the level will prevent the actor instance from saving. ...
Context State Tree Tasks have a configurable default value 'Should State Change on Reselect' which controls whether the task receives a EnterState/ExitState if completion of the current state is fo ...
I was attempting to repro [Link Removed]. I created a new Actor BP, placed it in the level, added a ref to it to the level BP (instead of the projectile approach in the repro), and tried to save my ...
I believe that this is happening because of a problem within USubobjectDataSubsystem::FindOrCreateAttachParentForComponent where it is creating duplicates of the character mesh because the "TestScen ...
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 multiple collision boxes with the mesh scaled in a negative axis while the collision boxes are rotated that the rotation is not taken into account when using the negative scale. ...
When dragging the Details Panel in a Blueprint across the event graph the editor will crash. [Link Removed] ...