Static Mesh Component variable defaults cannot be set in the Details panel

UE - Gameplay - Blueprint - Apr 20, 2015

Static Mesh Component variable defaults cannot be set in the Details panel. No options are available in the dropdown, even if the Blueprint already has StaticMesh components assigned. Reproduced in ...

Spline Array created in code cannot be edited in a blueprint

UE - Gameplay - Components - Apr 20, 2015

If a TArray of spline components is created in code it is not possible to edit/add nodes to the spline inside a blueprint. ...

Construction script is running more than once when hitting the compile button

UE - Gameplay - Blueprint - Apr 20, 2015

When the compile button is pressed the construction script will run 3 times. ...

BlueprintNativeEvent in Component Subclass does not show up in BP with the component

UE - Gameplay - Blueprint - Apr 20, 2015

If a function is marked as BlueprintNativeEvent inside of a class that inherits from a component (Scene component, Actor component, etc) then the function cannot be called in a blueprint with the co ...

Blackboard key filtering issues in BTTask_RunEQSQuery

UE - AI - Apr 20, 2015

User reported an issue with BB key filtering while using BTTask_RunEQSQuery. The filtering was inconsistent, sometimes filtering out keys of not matching type, sometimes not. User also reported sele ...

Cache Uniform Expressions per-sprite is tanking performance

UE - Gameplay - Paper2D - Apr 17, 2015

See screenshot for an example with 5000 sprites being rendered. It's eating up 30 ms just for that. ...

Controller input while not focused.

UE - Editor - UI Systems - Slate - Apr 17, 2015

This needs investigation to see if it can be done without causing problematic side effects. ...

Compare Blackboard Entries returns incorrectly when comparing Enums

UE - AI - Apr 17, 2015

While investigating an issue with enum comparisons breaking when the enum changes, I discovered that the comparison will not return true if set to "contains NOT EQUAL values" and the values are not ...