Attaching Moving Character to a Negatively-Scaled Actor Causing Character to Flip Continuously

UE - Gameplay - Player Movement - Aug 10, 2016

When attaching a moving character, such as an AI character, to an object in the level with a negative scale, the character is constantly flipping while moving. ...

Umlauts in config files cause encoding issues when synced through Perforce

UE - Editor - UI Systems - Localization - Aug 9, 2016

When an Umlaut character is in an .ini file in the Engine that is in Perforce as a Text file type, the encoding for the text file becomes messed up once it is synced. This does not occur when testin ...

Using "Get Sequence Player" doesn't work in packaged games

UE - Anim - Sequencer - Aug 9, 2016

Using "Get Sequence Player" doesn't work in packaged games Works with Auto-Play or if you use "Create Level Sequence Player" in step 5 ...

World Composition origin shifting does not account for shifting the Dynamic Directional Light shadow casting

UE - World Creation - Worldbuilding Tools - World Composition - Aug 9, 2016

Directional light does not cast dynamic shadows after origin rebasing using world composition. There is an attached project that reproduces this. To see that the shadows load primarily where the l ...

FBX Import into Level node rotation

UE - Editor - Content Pipeline - Import and Export - Aug 9, 2016

User has pointed out that generating FBX files through C++ causes the level nodes and a light node. I'm not fully versed with this, so the notes from the user may be more helpful for their descript ...

[CrashReport] UE4Editor_AssetRegistry!FAssetData::FAssetData()

Tools - Aug 8, 2016

This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Error message: Access violation - code c0000005 (first/second chance not available) Source C ...

Crash Occurs When Using Invalid HideCategories

UE - Gameplay - Blueprint - Aug 8, 2016

The licensee is experiencing a crash when using UCLASS(HideCategories = (Activation, LOD, Collision, Rendering, TextureStreaming, Lighting, Mobile, Transform, Physics, Tags)) This crash occurs afte ...

Adding a Material Parameter track sets Parameter to Master Material defaults

UE - Anim - Sequencer - Aug 5, 2016

In Sequencer, adding a Material Parameter track sets Parameter to Master Material defaults ...

Certain UPROPERTY values are not updated during auto-recompile

UE - Gameplay - Blueprint - Aug 4, 2016

Sometimes manual recompile is required to make a blueprint actually recompile data-only changes, but not always. If the last manual compile was with default values, then changes are not updated. If ...

PhysX generates extra "sleep" event when moving Kinematic actors away from Simulated actors with Teleport option.

UE - Simulation - Physics - Aug 4, 2016

Issue seems to be related to NpRigidDynamic::setKinematicTarget. When called by itself (like in the case of Kinematic bodies moved without teleportation), the simulated actor is woken and is put ba ...