Engine crash from opening level bounds blueprint after project reopens

UE - Gameplay - Blueprint - Jun 2, 2017

There is a crash that is occurring when a blueprint with the parent of "Level Bounds". The crash occurs when the project is closed and reopened. Opening the blueprint immediately after it was create ...

Pawn Blueprint cannot have variables default value set in Engine ini

UE - Gameplay - Blueprint - Jun 1, 2017

When using a pawn blueprint, you cannot modify the value of a variable in the config files. This issue does not affect other kinds of blueprints, as this issue does not affect actor blueprints. Re ...

Material Panner displays unusual behavior with timeline update

UE - Graphics Features - Jun 1, 2017

A material with a panner displays unusual behavior when the value of the panner's speed it dependant on a timeline. As time spent in the project increases the speed of the material while changing va ...

FDateTime instances are reset to default on hot reload

UE - Gameplay - Blueprint - May 31, 2017

If an FDateTime variable is created in code and has a default value set in blueprints, any instance that is set to the blueprint default value changes to the code default on hot reload. This includ ...

Reaching max Pitch and Yaw while piloting an actor will cause the actor to roll randomly

Tools - May 30, 2017

Reaching max Pitch and Yaw while piloting an actor will cause the actor to roll randomly User Description: When pointing my view straight down or up the rotation values (x and z) go wild, this mak ...

Custom software cursor cannot move beyond the Monitor's native resolution when the resolution is set higher than the native resolution of the monitor

UE - Editor - UI Systems - May 30, 2017

Software cursor will not go beyond the native resolution of the monitor. This means that if the resolution for the game window is set to a resolution higher than the native resolution of the monitor ...

Emitter Initial Location breaks when using Orbit module

UE - Graphics Features - May 30, 2017

Emitter Initial Location (EIL)module will cause the emitter with the module to follow whatever other emitter is set. If the emitter being followed has an Orbit module, the first emitter does not fo ...

Set Material for Particle System via Construction Script in Blueprints is Different is PIE versus Standalone

UE - Graphics Features - May 25, 2017

Differences in PIE and Standalone when attempting to set the Material for a Particle system within the construction script of an actor blueprint. I know there are probably some differences in how P ...

Gamepad button press and hold does not hold focus

UE - Editor - UI Systems - May 25, 2017

When using a gamepad (Tested with an X-box 360 Controller) if you press and hold a UMG button down and then use the D-pad or another form of movement the currently pressed widget component (In the t ...

Local Variable loses value after reference moves file location

UE - Gameplay - Blueprint - May 23, 2017

Local Variable loses value after reference moves file locations. This does not just affect construction scripts, following these steps with a function instead produced the same result. This issue do ...