Incorrect path for folders in Xcode results in their names being displayed in red instead of black

UE - Platform - Apple - Feb 11, 2018

The full path for some folders in a Xcode includes `Intermediate/ProjectFiles/`. This is incorrect, since that path does not exist, and results in the folder names being displayed with red text. Rem ...

VR PIE with Oculus - Editor Hangs on Level Load (on 2nd+ Launch)

UE - Platform - XR - Feb 9, 2018

Loading a map while in VR PIE hangs on 2nd+ play Does not occur when Oculus plugin is disabled. Does not occur in packaged project. A nonVR PIE will reset this behavior. Additional info from use ...

Animation Sequences in Sequencer Set to Frame 0 When Transform Curve is Moved

UE - Anim - Sequencer - Feb 7, 2018

-When a curve of a transform track is edited animation tracks set themselves back to start at frame 0. -Tested with scale to avoid interference with location -sequencer is not docked ...

The behavior differs between play and editor preview when camera attached to actor add to camera cut

UE - Anim - Sequencer - Feb 6, 2018

The behavior differs between play and editor preview when camera attached to actor add to camera cut.  [Link Removed] When in play, actor become active camera. [Link Removed] When in editor prev ...

Duplicate and invalid shader types listed in FLandscapeMaterialResource

UE - Graphics Features - Jan 31, 2018

The current list of allowed and excluded shader types supplied to the ShouldCache function by FLandscapeMaterialResource includes entries shared in both lists and one entry with trailing whitespace, ...

Audio/Video out of sync after seek

Media Framework - Jan 29, 2018

There is an issue that sometimes occurs when using the seek option in the media player while the Decoder is set to WMF. When this happens the audio desyncs from the video and for the rest of the vid ...

[CrashReport] UE4Editor_CoreUObject!StaticAllocateObject() [uobjectglobals.cpp:2305]

UE - Gameplay - Jan 24, 2018

Comments from users:I was simply syncing my project with the git repository at the end of it, it crashed with this errorperforce resync ...

Audit usage of StaticClass() in AssetMappingTable and AnimationAsset code

OLD - Anim - Jan 24, 2018

A user has pointed out that code in AssetMappingTable.cpp and AnimationAsset.cpp are using the StaticClass() method on pointers. Because StaticClass is a static method, it relies on name hiding to ...

[CrashReport] UE4Editor_CoreUObject!StaticConstructObject_Internal() [uobjectglobals.cpp:3144]

UE - Gameplay - Jan 24, 2018

No user comments in crash group ...

InputChord "None" replaced with "Any Key" on reopen

UE - Gameplay - Blueprint Editor - Jan 22, 2018

For the FInputChord struct, in Blueprints assigning the value "None" to Key will be reassigned to the next time the Blueprint is opened. This is problematic for handling key bindings in Blueprint w ...