Crash attempting to change Variable Type from My Blueprint panel

UE - Gameplay - Blueprint Editor - Apr 21, 2017

Crash occurs when the user attempts to change the variable type by clicking on its icon in the My Blueprint panel. No crash occurs when trying this in the Details panel. This does not reproduce in ...

Crash selecting variable type in My Blueprint panel

UE - Gameplay - Blueprint Editor - Apr 21, 2017

Crash occurs when selecting a different type for a variable in the My Blueprint panel. The crash does not occur when doing this in the Details panel. This does not occur in UE4/Main. Similar to [ ...

BP - Nativized build will crash at runtime if a BP class enabled for nativization includes a ChildActorComponent with a BP not enabled for nativization set as the ChildActor class.

UE - Gameplay - Blueprint - Apr 20, 2017

Note: The same crash will occur if the nativization mode is set to "Inclusive" in the Project settings and if the ChildActor BP class is a data-only Blueprint (i.e. has no script or member variables ...

Select node pins can silently change type on reload and break a previous connection.

UE - Gameplay - Blueprint - Apr 12, 2017

Same issue as in [Link Removed], only this is a different node implementation that attempts to replicate similar behavior. There are a couple differences in behavior here though; notably, that the c ...

AI Controller Possess Function Called When Opening a Character Blueprint with AutoPossessAI Set to Spawned

UE - AI - Apr 11, 2017

AI Controllers' Possess function is being called when opening a blueprint that has the Auto Possess AI option set to Spawned. ...

Actor Not Ticking on First Streaming Level Load When Using Level Streaming Volume

UE - Gameplay - Apr 11, 2017

Actor's do not appear to be ticking when a level is first loaded when using a Level Streaming Volume. The Tick event will fire on the second and subsequent attempts. Edit: After further testing, th ...

Map variable of split struct only has access to key value

UE - Gameplay - Apr 11, 2017

Map variable of split struct only has access to key value. User expects for the entire 'Map variable' to be accessible just like when a 'Break Struct node' is used ...

Dragging multiple static meshes in to a blueprint component window nests them

UE - Gameplay - Blueprint Editor - Mar 17, 2017

Dragging and dropping a number of static mesh components should make them siblings, not children of one another in a random order. ...

Default subobjects do not get PostLoad called

UE - Gameplay - Components - Nov 3, 2016

PostLoad function is not called for blueprint components added through code. Regression: Yes In 4.12.5 (CL 3039270) code components do have PostLoad called if other components are not added throug ...

Data entry field for blueprint Array Add is uneditable until the Add is copy and pasted

UE - Gameplay - Blueprint Editor - Sep 5, 2016

Data entry field for blueprint Array Add is uneditable until the Add is copy and pasted, this also occurs if you add an array via right click Array and then link a variable to the array ...