User-Defined Variables Reset to Null When Not Marked as Editable

UE - Gameplay - Blueprint - Jun 28, 2016

When running the construction script of an actor blueprint, user-defined variables are reset to NULL each time the script is run. This seems inconsistent, as if the variables are set to Expose on S ...

Shadows Replicated to Second Player while in Multiplayer PIE using Single Process

UE - Graphics Features - Jun 27, 2016

When running multiplayer PIE in the Third Person Example project, if player one is shadowed, the second player also becomes shadowed. This almost seems expected as it is being run as a single proce ...

Using "Play Animation" node, if current animation has a looping timed particle it will continue playing

OLD - Anim - Jun 24, 2016

Calling "Play Animation", if current animation has a looping timed particle it will continue playing ...

Packaged Shooter game does not load in Windows XP

Tools - Jun 23, 2016

WIndows xp does not open shootergame. ...

Values are not copied for a EnumArray that is part of an exposed Struct Variable

UE - Gameplay - Blueprint - Jun 21, 2016

Values are not copied for a EnumArray that is part of an exposed Struct Variable; when copying from the Details panel to a copy of the same actor. User Description: If you make an array of custom ...

Incorporate changes to static mesh reimport code from licensee

Tools - Jun 21, 2016

https://udn.unrealengine.com/questions/298041/static-mesh-reimport-lod-bugs.html ...

Blurry VR Editor icon when using the small icons settings in the Editor

UE - Editor - Workflow Systems - Jun 20, 2016

Blurry VR Editor icon when using the small icons settings in the Editor ...

Standalone Window Size Not Displaying In Fullscreen

Tools - Jun 15, 2016

Setting the standalone window size does not seem to have any effect, and using the -fullscreen parameter does not display the window in fullscreen. Setting the Standalone Window Size to 1920x1080 a ...

3D Widgets do not render correctly for GearVR

UE - Platform - XR - Jun 15, 2016

3D widgets attached to the camera render incorrectly when compared to the oculus rift. When the Widget is centered to the camera and attached to it in the Character BP the widget will render incorre ...

Splitting a Rotation input struct pin results in any previously entered values shifting to a different axis of the rotation

UE - Gameplay - Blueprint - Jun 12, 2016

Splitting the input rotation pin of a Blueprint node results in the X, Y, and Z values being applied to a different axis (X becomes Z, Y becomes X, and Z becomes Y). ...