Character movement "Flying" can cause incorrect collision when the character is not moving

UE - Gameplay - Player Movement - Sep 14, 2016

Character movement "Flying" can cause incorrect collision when the character is not moving. If the character is not moving, the character will go through the floor in the example provided ...

meta specifier ArrayClamp does not work with array in struct

UE - Gameplay - Blueprint - Sep 14, 2016

Giving an int32 variable the specific ArrayClamp has no affect when the specified array is defined inside a USTRUCT(). Variable is able to be set to a value outside of specified struct's range. ...

Unable to Click on Actors When in Simulate (PIE)

Tools - Sep 14, 2016

While going through [Link Removed] I found it difficult to click on the different actors in QA_Promotion during step 4. It always selected the ground or the skybox unless the camera was really clos ...

Threading bug in scene capture component

UE - Virtual Production - Sep 14, 2016

void USceneCaptureComponent2D::CaptureSceneDeferred() { UWorld* World = GetWorld(); if (World && World->Scene && IsVisible()) { // Defer until after updates finish // Needs some CS because ...

Spawnable actors visible for one extra frame on cut between subsequences

UE - Anim - Sequencer - Sep 14, 2016

Spawnable actors visible for one extra frame on cut between subsequences ...

Overridden custom functions have inputs locked when parent actor is altered

UE - Gameplay - Blueprint - Sep 14, 2016

Overridden custom functions have inputs locked when parent actor is set to different blueprint type. Regression (no) issue (does) occur in 4.12.5 ...

'Get Children Components' Not Returning Static Mesh that Simulates Physics

UE - Gameplay - Sep 14, 2016

Using the Get Children Components node does not seem to be returning static mesh components that have simulate physics set to true. If simulate physics is disabled, the static mesh will be containe ...

Crash reparenting actor component to InstancedStaticMeshComponent

UE - Gameplay - Blueprint - Sep 14, 2016

Reparenting an actor component to an instanced static mesh component causes a crash. Found on //UE4/Dev-Blueprints CL-3122712 ...

Physics Assets do not show Z (Blue) axis swing graphic.

UE - Simulation - Physics - Sep 13, 2016

4.13 Physics Asset graphics shown for swing settings in Physics Assets doesn't show for Z (blue) axis. Regression from 3039270 (4.12.5 Release), found in 3106830 (4.13 Release). ...

Spatialization no longer occurs when Non-Spatialized Radius is set above 0

UE - Audio - Sep 13, 2016

Audio spatialization no longer occurs when Non-Spatialized Radius is set above 0 in a sound actor (instance or in a sound cue). I could not reproduce this issue in UE4/Main. ...