Launched game without editor hangs if 'demoplay test' is used with the 'Execute Console Command' node

UE - Networking - Apr 15, 2016

Launched game without editor hangs if 'demoplay test' is used with the 'Execute Console Command' node Could be related to this JIRA:https://jira.ol.epicgames.net/browse/UE-23342 User Description: ...

Vulkan with Forward Shading & MSAA Crashes

UE - Graphics Features - Dec 23, 2019

Projects crash when the following Project Settings are set: • Vulkan is enabled • Vulkan is the Default RHI • Forward Shading is enabled • AntiAliasing Method is set to MSAA The different engine ve ...

High GPU Memory Consumption when Moving an actor that contains a SceneCapture2D

UE - Graphics Features - Mar 29, 2017

When using a SceneCapture2D within blueprints (as a component or actor blueprint) and moving the blueprint around while placed in the world (Capture Every Frame and Capture on Move enabled). The mem ...

Emissive Materials Change Colors Unexpectedly With Increased Values

UE - Graphics Features - Jan 24, 2017

When multiplying vector 3 (R,G,B) values by a scalar value of increasing quantity the emissive output will begin to change colors. The most unexpected is the blue color that will turn purple while t ...

FBX Import for Skeletal Meshes normals not correct

UE - Graphics Features - Jan 12, 2016

When importing a mesh as skeletal mesh and using any of the MikkTSpace or option to "Import Normals and Tangents" will cause the normals to import incorrectly. If using the Compute Normals or Import ...

World Memory Leaks crash with a hidden sublevel to a redirector

Tools - Dec 8, 2020

From UDN: The reason it crashes is because Child doesn't get garbage collected, which is because it still has the RF_Standalone flag. UEditorEngine::EditorDestroyWorld clears RF_Standalone flag ...

WP HLOD Crash on Small Cell Sizes

UE - World Creation - Worldbuilding Tools - HLOD - Jan 8, 2024

EPixelFormat::PF_R16_SINT does not render correctly for textures

UE - Rendering Architecture - RHI - Nov 18, 2019

Creating a UTexture2D the following way does not properly process gradients in the texture: ------ bool Atexture_test_actor::LoadRawFileTest( /* output */ UTexture2D*& image) { TArray<short> v ...

Skeletal Meshes have physics collisions lag

UE - Simulation - Physics - Oct 2, 2019

Skeletal mesh's physics collision lag behind the actual mesh. It didn't matter if there was just a root bone or multiple bones/constraints. This doesn't happen when using static meshes. The effect ...

Generation of sub-level LOD doesn't work when forward rendering is used

UE - World Creation - Worldbuilding Tools - World Composition - Mar 9, 2020

When using WorldComposition and building LOD for a sublevel, textures of generated Landscape LOD are not correct when the project has forward rendering enabled. The issue is that the material gener ...