UnrealEd does not work with Windows "Automatically hide the taskbar" option

Tools - Apr 16, 2018

The Windows 10 taskbar does not scroll in when UnrealEd is open and in fullscreen mode. Windows has this feature in all recent versions, and it creates a bit of extra vertical screen real estate. Us ...

Allow Custom Depth Writes is not rendering into depth buffer

UE - Graphics Features - Apr 16, 2018

Details can be found in this UDN thread: https://udn.unrealengine.com/questions/428104/allow-custom-depth-writes-not-rendering-into-custo.html ...

Scene capture allocate internal render target

UE - Graphics Features - Apr 13, 2018

IsEditorOnly Components hidden from Level Viewport

UE - Gameplay - Apr 13, 2018

Components of Static Actors seem to be hidden in the Editor Details panel whenever IsEditorOnly is selected. ...

Syncing a texture from source control while a material editor sampling it is open will crash the editor

Tools - Apr 13, 2018

Syncing to source control will cause a crash if a texture is synced that is being referenced by an open material editor, even if the texture hasn't been modified. A quick solution may be to close th ...

[CrashReport] UE4Editor_Engine!UEngine::AddOnScreenDebugMessage() [unrealengine.cpp:7733]

Tools - Apr 13, 2018

No user comments in crash group 7643 void UEngine::AddOnScreenDebugMessage(int32 Key, float TimeToDisplay, FColor DisplayColor, const FString& DebugMessage, bool bNewerOnTop, const FVector2D ...

Cannot build project for the Development configuration after adding a new UFactory code class

Tools - Apr 13, 2018

Adding a new custom UFactory code class to a project results in no longer being able to build the project for the Development configuration. Prior to adding the UFactory code class the project can b ...

Viewport camera teleports to past position on Alt + LMB + Drag after camera cut lock

UE - Anim - Sequencer - Apr 13, 2018

When you unlock the viewport from "Lock viewport to Camera Cuts" of a camera cut, tumbling the camera can teleport the view into the camera's previous(before entering the camera cut) position and tu ...

Combo box default selected option text does not show up when the widget is outside of the bounds of a containing widget

UE - Editor - UI Systems - Apr 12, 2018

The text for the selected option on a combo box does not show up if the text has been placed fully outside of a containing widget. As in this example the combo box has been moved via render translat ...

Enum can lose value in Child actors with component containing a Map of Structs

UE - Gameplay - Blueprint - Apr 12, 2018

Value in an Enum in a Struct in another Struct assigned to a Map in a Component with the Component used on a Child Pawn Class can be reset upon editor relaunch. User submitted bug. (Unsure what int ...