Performing a Hot Reload after changing a UPROPERTY from BlueprintReadWrite to BlueprintReadOnly results in the variable not being shown in context sensitive search results in the Event Graph.

UE - Gameplay - Blueprint - Mar 3, 2015

Changing a UPROPERTY value from BlueprintReadWrite to BlueprintReadOnly, or vice versa, and performing a Hot Reload results in the variables not being found in the Blueprint's Event Graph context se ...

Deploying a project with Portrait orientation will appear stretched on the Nvidia Shield Tablet

UE - Platform - Mobile - Mar 3, 2015

When I deployed a first person template project to an Nvidia Shield Tablet with Portrait Orientation enabled, The screen appeared stretched and the analog stick were unable to be used. Tested on t ...

Non-Uniform Mobile Content Scale Values Render Black Screen when Launching to Mobile Device

UE - Platform - Mobile - Mar 3, 2015

When attempting to set the configuration for mobile devices within the Engine/Config/DefaultDeviceProfiles.ini, any value that is non-uniform like 1.2 or 1.6 will render a black screen after deployi ...

Blueprint child asset is set moved to offset position when set to simulate physics

UE - Gameplay - Mar 3, 2015

When setting up a BP via the scene with the new method of adding components and converting to a BP the child component that is set to simulate physics enabled will be offset from its original positi ...

Docking tabs to the main viewport will hide other viewports that are not docked

UE - Editor - UI Systems - Slate - Mar 3, 2015

If any tabs are undocked from the main viewport and another tab is then docked to the main viewport it will hide any undocked tabs. This only appears to affect tabs that in the Menu > Window with ex ...

Using GENERATED_BODY() instead of GENERATED_UINTERFACE_BODY() in an Interface code class results in a UHT crash when trying to build the project.

UE - Foundation - Core - Mar 3, 2015

Replacing GENERATED_UINTERFACE_BODY() with GENERATED_BODY() in 4.7.0 or above results in an Unreal Header Tool crash and build failure in Visual Studio. This was working in 4.6.1, but when tested i ...

UHT needs to enforce that BlueprintNativeEvents have "virtual" on user-defined _Implementation functions

UE - Foundation - Core - Mar 3, 2015

Forgetting to add the "virtual" in engine code implementations of these _Implementation functions makes them not overridable by users. UHT should catch this and emit a warning/error. For instance t ...

Functions in the Level Blueprint throw a warning on PIE

UE - Gameplay - Blueprint - Mar 3, 2015

Functions in the Level Blueprint throw a warning on PIE: LogBlueprint:Warning: FMemberReference::ResolveMember (NewFunction_0) bSelfContext == true, but no scope supplied! Every function logs thi ...

Thumbnail section of Material Attributes does not function

UE - Rendering Architecture - Materials - Mar 3, 2015

The Thumbnail Tab in the Material Attributes does not effect the actual Content Browser Thumbnail Preview. The only way to current change it is edit it via the Edit Thumbnail Preview via the Conten ...

The Yaw rotation for the oculus is saved between levels

UE - Platform - XR - Mar 3, 2015

If the player is looking 180 degrees from their start position this will be saved if the level is changed and they will be looking 180 degrees (the opposite direction ) they would have been facing i ...