Crash When Adding Actor Component Tagged 'Within' to a Game Mode Blueprint

UE - Gameplay - Components - Apr 25, 2016

Crash occurs when attempting to add an actor component c++ class to a game mode blueprint if the actor component is tagged with the Within="GameMode". Found in 4.11.2 binary, reproduced in 4.10.4 ...

Undoing In Blueprint Editor Clears Component Selection

UE - Gameplay - Blueprint - Apr 25, 2016

When editing a value in the details panel of a component, if you attempt to undo the changes, the component is no longer selected. The value gets undone as expected, but it is unexpected that the co ...

Using the output from FindAllPakFiles to call StreamableManager::RequestAsyncLoad causes a crash

UE - Foundation - Core - Apr 22, 2016

A user has reported a problem where the directory that is output from FindAllPakFiles is not compatible with the StreamableManager::RequestAsyncLoad function and will cause a crash if using the two ...

Child Blueprint isn't listed as an option for a variable inside of a DataTable until the Child BP is re-saved

Tools - Apr 22, 2016

Child Blueprint isn't listed as an option for a variable inside of a DataTable until the Child BP is re-saved User Description: If you don't change anything and just load files I've attached, you ...

Data Table row will reset to None if Child Actor is selected

Tools - Apr 22, 2016

Data Table row will reset to 'None' if Child Actor is selected User Description: There are few things you can check/test: Change type of variable in structure to something other than "TestBPClass2 ...

Create player node's return value does not appear to return the correct player for clients

UE - Gameplay - Blueprint - Apr 22, 2016

The direct reference appears to not work on the client when using the return value on the create player node ...

Animation Sequence Timeline is blank and doesn't let you scrub

OLD - Anim - Apr 22, 2016

Animation Sequence Timeline is blank and doesn't let you scrub Regression: Yes, works in 4.11 [Image Removed] ...

Imported FBX causes a crash

Tools - Apr 22, 2016

Edit MattK: This seems like more of a cooking issue than an fbx issue. The crash is related to nav collision When adding a FBX import into your project, if you do not close the project out and ope ...

Text/value is not highlighted when selecting slider fields in details

UE - Editor - UI Systems - Slate - Apr 22, 2016

Text/value is not highlighted when selecting slider fields in details This is extremely irritating in cascade and basically breaks usability. Does not occur in 4.11 Tags: Scrub Scrubbing value t ...

Show all available assets in editor using FStringAssetReference and AllowedClasses

Tools - Apr 22, 2016

Currently using FStringAssetReference and AllowedClasses will populate the asset picker with only valid instances that are currently placed in the level. This request would show all available asset ...