Draw debug depth priority oddities

UE - Graphics Features - Feb 18, 2020

Came across a few oddities with draw debug. DrawDebugSolidBox ignores the DepthPriority parameter and appears to always draw in World. In the screenshot the sphere is drawn on top of the mesh, the ...

Request for 'Switch on Int' nodes to throw a warning or auto refresh if an execute pin is removed

UE - Gameplay - Blueprint - Nov 17, 2016

Request for 'Switch on Int' nodes to throw a warning or auto refresh if an execute pin is removed. For example: If the 0 pin is deleted, users may not realize the pins will reset back to (0,1,2,3,e ...

Ensure condition failed : loading sublevels containing reflection captures, UpdateAllReflectionCaptures may be called twice

UE - Graphics Features - Apr 1, 2021

If sublevels containing multiple reflection captures are loaded in consecutive ticks and the execution timing of UpdateMaxCubemaps on rendering thread is delayed, UpdateAllReflectionCaptures will be ...

Sequencer crashes when scrubbing characters with sub-anim instances and montage slots

OLD - Anim - Oct 2, 2019

I saw a following assertion. Assertion failed: (AdditivePoses.Num() > 0) || (NonAdditivePoses.Num() > 0) [Link Removed] [Line: 1381] This is my quick fix// code placeholder void FAnimInstance ...

When switching versions of UE4 the folder colors do not migrate with the project

Tools - Feb 27, 2015

User reports when creating a project and changing the folder colors in 4.6, then opening the project in 4.7/4.7.1, the folders go back to their default color. Users have also reported this happenin ...

Premature prompt with failed import when Importing LOD Level for Skeletal Mesh

UE - Editor - Content Pipeline - Import and Export - Apr 7, 2016

When importing a LOD Level for Skeletal Meshes, the user is greeted with a windows directory window and a message that states "Failed to import mesh for LOD level 1" As the user states, this is a s ...

Block noise on particles/skeletal meshes when launched onto certain Android devices

UE - Platform - Mobile - Oct 12, 2016

When launching particles and skeletal meshes on certain devices, they create block noise pixels instead of a smooth flame for example. Regression: Yes Did not occur: Binary 4.12.5-3039270+++UE4+Rel ...

"Allow Custom Depth Writes" Creates Artifacts In Depth Buffer

UE - Graphics Features - Jan 5, 2017

When a transparent material has "Allow Custom Depth Writes" enabled it is prone to have artifacts in the custom depth buffer under specific conditions. The conditions are as follows:The translucent ...

VSCode finds intellisense errors in Project source files: cannot open source file "UBT_COMPILED_PLATFORM/UBT_COMPILED_PLATFORMPlatformCompilerPreSetup.h"

UE - Foundation - Cpp Tools - Jan 28, 2020

VSCode finds intellisense errors in Project source files: cannot open source file "UBT_COMPILED_PLATFORM/UBT_COMPILED_PLATFORMPlatformCompilerPreSetup.h" Similar to [Link Removed], but that was onl ...

SWorldPartitionEditorGrid2D causing editor to crash

UE - World Creation - Worldbuilding Tools - World Partition - Mar 13, 2023