GameplayEffects: Inherited UAssetTags and UTargetTags do not update their referenced tags correctly with inheritance

UE - Gameplay - Jan 25, 2024

When inherited, it is reasonable to expect the tags added by the parent to be reflected in the children. If the parent is editted after the children, however, tags that are added or deleted are not ...

HISM(Hierarchical instance static mesh) has lightmap problem after building lighting

UE - Graphics Features - Aug 5, 2018

HISM has lightmap issues after build lighting ...

Packaging failed with disabled plugin

UE - Foundation - Cpp Tools - Oct 9, 2018

Disabling any plugin causes packaging failure. No repro in 4.19 Also occurring when Disabling all platforms except for windows and changing configuration from development to shipping. ...

PIE window does not match what was set in the New Viewport Resolution setting

Tools - Oct 24, 2019

Setting the resolution of PIE to 4K Ultra HD results in the new PIE window going very far out of the bounds of 4K. If you are using two monitors the PIE window will bleed over a good bit into the ot ...

Virtual textures flicker if physical pool is oversubscribed

UE - Graphics Features - Feb 24, 2021

If a virtual texture physical pool becomes oversubscribed the current behavior is: Log a one time only warning: ''Failed to allocate VT page from pool...' Continue to evict the least recently used t ...

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 ...