[CrashReport] Assertion failed: SizeX <= GetMax2DTextureDimension() in d3d11texture.cpp

UE - Graphics Features - Aug 22, 2017

This is a common and longstanding assertion that has occurred since at least the 4.13 release. User DescriptionsI was messing with a sequencer's camera settings (not playing back, but active) and c ...

Nested material function results in incorrect reference chain

UE - Graphics Features - Aug 22, 2017

Opening the Reference Viewer for a nested material function used indirectly through another material function shows that it is directly referenced by the material, rather than through the other mate ...

[CrashReport] UE4Editor_Engine!FShaderCompilingManager::LaunchWorker() [shadercompiler.cpp:1573]

UE - Graphics Features - Aug 21, 2017

This is a common and longstanding crash that has occurred since at least 4.9. The issue appears to be due to missing ShaderCompileWorker.exe in binaries, but many of these crashes occur in the vani ...

Editor reads Alt Gr key input as Ctrl + Alt

UE - Gameplay - Input - Aug 18, 2017

When changing editor shortcuts / input settings, pressing the AltGr key will cause the editor to read the key combination of Ctrl+Alt rather than a single key press. This is likely due to Ctrl+Alt ...

EObjectTypeQuery array nodes break when changing Object Channels in Project Settings

UE - Gameplay - Blueprint - Aug 18, 2017

When an object channel is deleted in Project Settings, any EObjectTypeQuery array becomes broken due to the array size shifting. Additionally: Enums can change when adding new Object Channels after ...

FGameProjectHelper::GetAvailableMaps() doesn't get all available maps

Tools - Aug 17, 2017

This function hardcodes Game/Content/ and optionally includes Engine/Content to search for maps to cook. This means that you cannot select a map from a content plugin to cook. Instead the code shoul ...

Owner No See option does not correctly apply to widgets using screen space

UE - Editor - UI Systems - Aug 17, 2017

When using the Owner No See option with Widgets, if the widget is set to display on the screen rather than the world, then the option does not affect the widget as intended. Other forms of changing ...

Resizing an Editor window on a Mac by dragging the edge of the window results in the edge being dragged bouncing back and forth as it is adjusted

UE - Platform - Apple - Aug 16, 2017

When dragging the edge of an Editor window to resize the window on a Mac, the edge that is being dragged will bounce back and forth as the mouse moves to resize it. This was less noticeable in 4.17, ...

Materials Using the Time node have a different time when used in a widget than those applied to object in the level

UE - Editor - UI Systems - Aug 16, 2017

The time on a material that is used in UMG does not sync up with the time provided in the same material when used on an object in the scene. The time continues to tick up from the time the editor is ...

Setting Lights, Static Meshes, and Actors to movable creates lighting error

UE - Graphics Features - Aug 15, 2017

There is an error that is occurring when using movable lighting with objects and actors that are also set to movable. This issue does not occur with objects or lights that are NOT set to movable. V ...