Crash occurs when using the VisRT console command in a project launched without the Editor using D3D12

UE - Graphics Features - Feb 6, 2017

Launching a project outside of the Editor (-game) using D3D12 (-d3d12) results in a crash if the console command VisRT is used in the project. ...

Ice Giant renders black in OpenGL4

UE - Rendering Architecture - RHI - Jan 18, 2017

You can also observe this by setting the additional launch paramets for PIE - Standalone game to "-opengl4" and PIE in that mode. ...

GlobalShaderCache file is missing when Direct X 11 SM5 is disabled for packaging

UE - Graphics Features - Nov 16, 2016

When trying to launch a .exe after disabling SM5 in the project settings, an error will appear. The global shader cache file ../../../../Engine/GlobalShaderCache-PCD3D_SM5.bin is missing. ...

[Feature Request] IntPoint not exposed to blueprints

UE - Gameplay - Sep 13, 2016

IntPoint struct is not exposed to blueprints ...

Cannot (Easily) Change the Case of Folder Names in the World Outliner

Tools - Jul 11, 2016

In the World Outliner, without the following workaround, you cannot simply change the case of a folder name from upper to lower case or vice versa. EXAMPLE: map -> Map = map WORKAROUND: Change "M ...

Using Paint Verticies Single Color Node More Than Once Crashes Dev Build

UE - Graphics Features - Jun 10, 2016

[UPDATED INFO] After some testing I discovered that using the "Paint Vertices Single Color node" on event tick is what is causing the issue. Using this node with event begin play will not crash. Th ...

Real-Time Collision for Spline Mesh Not Working in Packaged Game

UE - LD & Modeling - Terrain - Landscape - Feb 23, 2016

When attempting to dynamically set the collision of a Spline Mesh component, the collision settings are not kept in a packaged game. Found in 4.10.4. Reproduced in 4.11 Preview 6 and Main CL 28772 ...

[CrashReport] UE4Editor_Renderer!TStaticMeshDrawList<TBasePassDrawingPolicy<FUniformLightMapPolicy> >::GetUsedPrimitivesBasedOnMaterials() [staticmeshdrawlist.inl:868]

UE - Graphics Features - Feb 19, 2016

This Jira was entered due to a high number of occurrences in 4.11 Preview 5. Error message: Assertion failed: !Proxy->IsDeleted() [Link Removed] [Line: 867] Source Context: 853 { 854 ...

SceneCapture2D Components when referenced on screen by UI widget will cause massive screen flickering in Standalone, Launched or Packaged Game

UE - Graphics Features - Feb 10, 2016

When a SceneCapture2D actor is added as a Component to a Blueprint actor and the Render Target is assigned to a UI component in the level, the screen flickers at a rapid pace. The effect is slightl ...

Overridding a function with no return value in a ChildBP produces an event instead of a function

UE - Gameplay - Blueprint - Dec 17, 2015

If you have a BP with a function that has no return value, then override that function in a ChildBP, it becomes an event and cannot be used like a normal function ...