Implementing an interface in a blueprint does not show interface functions until interface is opened and compiled

UE - Gameplay - Blueprint - Aug 3, 2015

If an interface is implemented within a blueprint, the initial function in the blueprint interface cannot be called in the actor. The function will be populated after compiling the blueprint interfa ...

Sub editors do not gain focus when opened

Tools - Aug 3, 2015

Sub editors do not gain focus when opened. Ctrl+F4 (Close Major Tab) does not work until the open tab has gained focus, so it must be clicked before the hot-key works. Reproduced in 4.8.3 binary an ...

DBuffer Decals render on top of HISM

UE - Graphics Features - Aug 3, 2015

DBuffer Decals are rendering on top of Hierarchical Instanced Static Meshes despite being placed in the world behind the meshes. Also Reproduced in Main CL-2646357 and Releases 4.9 CL-2641818 [Ima ...

Having a period in the name of a widget will cause the editor to crash after copying and pasting (no error/warning given)

UE - Editor - UI Systems - Aug 3, 2015

If a user has a period in the name of their widget and they then copy and paste that widget the editor will crash ...

Actors with Net Load On Client disabled still appear on Clients when Use Single Process is disabled

UE - Networking - Aug 3, 2015

Actors with Net Load On Client disabled still appear on Clients when Use Single Process is disabled. Does NOT occur in packaged projects. Test project included. Set Use Single Process to false in E ...

Custom Enums break blueprints on hot reload

UE - Gameplay - Blueprint - Aug 3, 2015

If a custom code based enum is used inside a blueprint, doing a hot reload will break the nodes by assuming they are of a type other than enum. ...

Line thickness is always one when using the "Draw Line" node

UE - Editor - UI Systems - Aug 3, 2015

When using the Draw line node the line thickness will not change. The value appears to always be equal to 1. ...

Comments on the final material input node are erased when opening material again

UE - Rendering Architecture - Materials - Aug 3, 2015

Comments on the final material input node will be erased when closing and reopening the material. ...

Skeletal mesh with SetTickableWhenPaused causes crash on pause

UE - Gameplay - Jul 31, 2015

If a skeletal mesh component is has SetTickableWhenPaused set to true then the editor will crash when the game is paused. This happens when set in blueprint or code. ...

Client PlayerState is null on joining online session

UE - Networking - Jul 31, 2015

APlayerController::ClientStartOnlineSession() checks PlayerState at the start of a game after loading a level. Due to time needed to load in, client player state may may return NULL ...