Detail Customizations don't work with editinline

Tools - Nov 25, 2015

Using the EditAnywhere specifier for a UPROPERTY results in some options not being visible in the editor that are visible when using VisibleAnywhere. ...

Add and Renaming collapsed graphs in functions breaks refs to local vars

UE - Gameplay - Blueprint Compiler - Nov 6, 2020

When creating a class (of any kind i.e. an actor), when a collapsed graph is compiled the ref breaks when adding or renaming the graph. ...

HISMC always shows lowest LOD

UE - World Creation - Worldbuilding Tools - Foliage - Nov 22, 2016

User report: HISMCs are currently broken in master. They always show the lowest LOD available for a mesh, so if you have a HISMC with a tree mesh set, you would always see the billboard of the tree ...

Runtime Virtual Texture primitives set to never render to main pass still cause occlusion queries

UE - Graphics Features - Mar 23, 2021

RVT only primitives are being pushed through the occlusion culling. It would be more efficient to not do that. ...

Pasting a component binding onto a Spawnable will not set up parenting correctly

UE - Anim - Sequencer - Aug 6, 2021

It appears that for spawnable bindings, when adding a child binding through a copy/paste it is not added to the child bindings array on the spawnable, so when GetChildPossessables is called, there a ...

DisplayName UFUNCTION specifier working incorrectly with functions that have a return

UE - Gameplay - Blueprint - May 10, 2016

When using the DisplayName specifier in a UFUNCTION that has a return (anything other than void), the DisplayName does not apply to the function's name in the My Blueprints panel after being overrid ...

Using a custom #define as the condition for a UFUNCTION's declaration will cause the function to not show in blueprints

Using a custom #define as the coniditon for an #if / #endif that encapsulates a UFUNCTION that is marked as BlueprintCallable will prevent it from being visible in blueprints despite the #if resolvi ...

Rendering sequence with livelink data has issues with smooth engine offset

UE - Virtual Production - IO - LiveLink - Apr 26, 2023

[Link Removed] for reference Playing back a sequence shouldn't have buffered samples. We should have a single one, which was built from the sequence. We need to make sure when played back that it ...

Spline Mesh Collision doesn't work in packaged game when spawning them at runtime

UE - Simulation - Physics - May 18, 2020

Spline Mesh Components lose their collision in a packaged game when spawning them at runtime, or modifying them via 'Set Start and End' function at runtime. ...