When importing multiple meshes at once and change the Uniform Scale meshes import at different sizes

UE - Editor - Content Pipeline - Import and Export - Sep 21, 2017

When a large quantity (about 50 in this case) are imported simultaneously, and the Import Uniform Scale is changed to any other number besides 1, random meshes differ in size. This happens regardles ...

Planes have a Mesh Distance field exceeds the size of the original mesh

UE - Graphics Features - Sep 20, 2017

Planes have a Mesh Distance field exceeds the size of the original mesh when the value is set to 2. This behavior does not seem intended as the cube does not experience this issue when the value is ...

Duplicating Collapsed Node Graph With an Asterisk in the Name Results in "Invalid Graph"

UE - Gameplay - Blueprint - Sep 20, 2017

If you give a Blueprint node a name containing an asterisk, then collapse it, if you copy and paste the collapsed node the duplicate node will say "Invalid Graph." Additionally, if you try to renam ...

Crash When Renaming a Duplicated Collapsed Node Graph With an Asterisk in the Name

UE - Gameplay - Blueprint - Sep 20, 2017

A crash is occurring if you collapse a node and name the collapsed graph something that contains an asterisk. The crash occurs if you copy and paste the collapsed graph, then attempt to rename it. I ...

Multi-line text is not an option for arrays of text

Tools - Sep 20, 2017

When using the Multi-line option for a text variable, this option is no longer present when the variable becomes an array. It is unsure if this is intended behavior or not. This issue does not appea ...

Circular reference causes unrelated binding to fail in packaged game

UE - Editor - UI Systems - Sep 19, 2017

Text field does not load binding if the widget containing the text field contains an unrelated circular dependency and Event driven loader is disabled. Tested this in 4.15, 4.16, 4.17 4.15 Does n ...

Grandchildren of UDataAsset are not properly registered by the Asset Manager

UE - Gameplay - Sep 19, 2017

Any child class of UDataAsset (parent) will properly be picked up when the Asset Manager's Asset Base Class" field is set to the appropriate class. However a grandchild class (Child) with the same ...

No Blueprint compile warning with an improperly copied component reference

UE - Gameplay - Blueprint - Sep 19, 2017

When a blueprint's component reference is copied and pasted into a blueprint that does not have the copied component, the blueprint with the copied reference compiles Note: This occurs when the cop ...

ACharacter JumpMaxHoldTime quickly prevents jumping on the server

UE - Gameplay - Blueprint - Sep 18, 2017

-Character no longer jumps to full height when on client when setting maxholdtime to anything above 0 in character blueprint ...

Default value lost when placing a struct within a user defined struct

UE - Gameplay - Blueprint Editor - Sep 18, 2017

The default value of a child struct that is added to anther struct is not retained in the parent. An example would be if the child struct contains an integer, the default value when added to another ...