Display Blueprint Added Components on subobjects with meta = (ShowInnerProperties)

UE - Gameplay - Blueprint Editor - Sep 28, 2021

Right now only native subobjects are displayed in the details panel with meta = (ShowInnerProperties) is set. Child Actor Components are an example of this, where if the child actor you have added h ...

Allow promote to variable on Color structs/Vertex Colors structs for Procedural Mesh components

UE - Gameplay - Oct 13, 2015

Issue: Currently, it is not possible to make a variable of type "Color" specifically for the color struct on procedural mesh components (see image attached). This is the only variable on procedura ...

Separate Translucency for Particles Breaks when Scene Color is used

UE - Graphics Features - May 12, 2015

When using Scene Color in a Particle System's Material with Separate Translucency checked true, all Particles with Separate Translucency checked true placed in the level with the Scene Color Particl ...

[CrashReport] AppleIntelBDWGraphicsGLDriver!USC::CPassSsaAllocatorContext::RollbackSpillFillToCopies()

UE - Platform - Apple - Sep 2, 2016

Error message: SEGV_MAPERR at 0x3a Source Context: Most recent user affected CL: 3106830 (4.13.0) Logs: [Link Removed] [Link Removed] [Link Removed] CrashReporter User Descriptions:UE4.13 immed ...

Geometry in hidden Layer unhides if moved in the viewport

Tools - Mar 3, 2017

Geometry that is hidden in a layer, becomes visible after being moved in the viewport. The layer stays hidden, and if a cube is placed in the layer, it also remains hidden. Moving a cube that is hid ...

Actor Not Ticking on First Streaming Level Load When Using Level Streaming Volume

UE - Gameplay - Apr 11, 2017

Actor's do not appear to be ticking when a level is first loaded when using a Level Streaming Volume. The Tick event will fire on the second and subsequent attempts. Edit: After further testing, th ...

Crash Editor when deleting RecastNavMesh & NavMeshBoundsVolume - Top Down project

UE - AI - May 31, 2017

While testing in //UE4/Release-4.16 CL 3466753 in Binary – I encountered a crash when deleting, undoing, then re-deleting the NavMeshBoundsVolume and RecastNavMesh.UE_LOG(LogObj, Fatal,TEXT("Renamin ...

Renaming a Gameplay Tag does not update all references

UE - Gameplay - Jul 26, 2017

When a gameplay tag is renamed, gains a prefix/suffix, or is changed the updates to the tag are not being reflected in blueprints where the value has already been stored. This occurs in the case of ...

Copying values of an array created through C++ does not copy all values

Tools - Aug 24, 2017

Copying values of an array created through C++ does not copy all values, only the first value is copied over. This is different than an array that is created in blueprints when those are copied they ...

Changing the font size to a small size distorts the font

UE - Editor - UI Systems - Slate - Nov 14, 2017

There is issue occurring when changing the font size to a small size, doing this distorts the font when the size is below size 18. It is unknown if this intended behavior for how fonts are resized. ...