Hide Categories in a blueprint will not affect categories in inline components

UE - Editor - Workflow Systems - Oct 12, 2022

This occurs because ObjectPropertyNode.h will only check if a category is hidden for it and its subclasses. It should also be checking the parent's categories if it's an edit inline component. ...

WP level instance runtime settings affect streaming generation

UE - World Creation - Worldbuilding Tools - World Partition - Nov 16, 2023

If a level instance uses different runtime settings then it can override the main WP's runtime settings with UWorldPartitionRuntimeSpatialHash::ApplyCVars Runtime settings:GRuntimeSpatialHashUseA ...

Level Streaming - Always Loaded sublevel affected by streaming volumes

UE - World Creation - Worldbuilding Tools - Mar 19, 2024

The docs mention: "When a streaming Level is set to Always Loaded, it is loaded together with the persistent Level. It also becomes visible at the same time as the persistent Level. It ignores strea ...

Crash on draw material to rendertarget

UE - Graphics Features - May 5, 2017

This crash has started occurring in 4.15.2. It seems to be a regression from 4.15.1. ...

CLONE - Crash on draw material to rendertarget

UE - Graphics Features - May 19, 2017

This crash has started occurring in 4.15.2. It seems to be a regression from 4.15.1. ...

[CrashReport] Assertion failed: GetOuter()==NULL in UE4Editor_Core!FText::IsEmpty

Tools - Apr 17, 2017

This is a top 10 crash affecting many users. It is believed it may be related to the auto listen / reimport feature. The callstack shares similarities to past tickets, such as:[Link Removed][Link R ...

Wind affects cloth in scene when there is no Wind Directional Source actor placed

UE - Simulation - Physics - Character - Jun 22, 2015

If a character with a cloth simulation or a mesh with a cloth simulation is in the scene there is wind force that is being applied to the cloth. The only way to remove this is by setting a Wind Dire ...

Collision on rolling ball template floor incorrectly affects player character

Docs - Samples - May 27, 2015

In the rolling ball template, the new floor meshes cause the player character to jump when the player has not pressed any jump commands. It occurs more often if the players movement has been increas ...

Unable to save blueprint after Hot Reload that affects the class the blueprint is based on

UE - Gameplay - Blueprint - Sep 14, 2015

After hot reloading a project, if the class a blueprint is based off of was edited, the blueprint is unable to be saved due to being referenced in Engine/Transient. Project for Repro: [Link Removed ...