Timespan Set in Blueprint Default Not Returning Correct Value

UE - Foundation - Core - UObject - Dec 19, 2016

Timespan properties created in C++ but set in blueprints are not returning the correct values. ...

Localization code incorrectly retrieves ManifestName rather than AcrhiveName

UE - Editor - UI Systems - Localization - Dec 19, 2016

In FTextLocalizationResourceGenerator::GenerateAndUpdateLiveEntriesFromConfig() lines 216-222 are meant to get the Archive Name. However line 218 appears to be a copy of line 210 and is set to Mani ...

Audio plays through Oculus headset in standalone (even when HMD is not in use) if oculus HMD is plugged in

UE - Platform - XR - Dec 19, 2016

Audio plays through Oculus headset in standalone (even when HMD is not in use) if oculus HMD is plugged in. The sound plays through the headset in standalone when the HMD is not is use ...

Blueprints converted to static mesh with negative scales for a component will invert the faces

Tools - Dec 19, 2016

Negative scaled static mesh components in a blueprint will invert their faces when converted to a static mesh. Note that this does not happen in the following situations: If the BP is scaled negat ...

Unable to change View Options from the menu contained inside of an asset selection dropdown

Tools - Dec 16, 2016

Using the View Options option inside of an asset selection dropdown window does not work. None of the options, other than the Scale slider under Thumbnails, will make any changes and the window is i ...

Hierarchical Instanced Static Mesh component instances are not duplicated correctly if the parent is duplicated

UE - Graphics Features - Dec 16, 2016

Duplicating an actor with a Hierarchical Instanced Static Mesh component that has an instance will duplicate the instance as well, but this instance is not rendered. Please note, this was discovere ...

Foliage LODs do not appear to use the base LODs lightmap any longer

UE - World Creation - Worldbuilding Tools - Foliage - Dec 16, 2016

LODs used with the Foliage Tool are no longer being shadowed accordingly with their baked lighting from their base LOD. Originally they would stay consistently lit, where as now the lower LOD transi ...

Setting window resolution to a higher amount than the screen's current resolution leads to incorrect Aspect Ratio and black bars

UE - Graphics Features - Dec 16, 2016

When the resolution is set to a height that is higher than the monitor's current resolution in Windowed mode without Constrain to Aspect Ratio enabled in the Camera, the aspect ratio becomes squishe ...

An InstancedStaticMesh component set to Stationary doesn't register overlaps

UE - Simulation - Physics - Dec 16, 2016

An InstancedStaticMesh component set to Stationary doesn't register overlaps. However, overlaps are registered on Static and Movable. There is also an issue where actors that start overlapped with ...

Blueprint Function Library functions have a world context pin by default even when not necessary or desired

UE - Gameplay - Blueprint - Dec 16, 2016

Blueprint Function Library functions have a world context pin by default which makes it impossible to call them from blueprints who's parent class does not provide a GetWorld implementation. It seem ...