Adding a Material Parameter track sets Parameter to Master Material defaults

UE - Anim - Sequencer - Aug 5, 2016

In Sequencer, adding a Material Parameter track sets Parameter to Master Material defaults ...

Character animations are not played in sequence created from Recording First Person Template

UE - Anim - Sequencer - Aug 5, 2016

Character animations are not played in sequence created from Recording First Person Template Follow-up to [Link Removed] ...

Hot reload breaks code based struct array used in blueprints

UE - Gameplay - Blueprint - Mar 21, 2016

When an array of a struct, defined in code, is used in a blueprint, preforming a hot reload after making changes to the class with the struct will cause the blueprint nodes relating to the struct be ...

Waking both of a constraint's rigidbodies re-enables collisions between constrained actors that were disabled by a Physics Constraint Actor

UE - Simulation - Physics - Solver - Apr 12, 2022

Waking both of a constraint's rigidbodies re-enables collisions that were disabled by the physics constraint You can also get this issue to occur by either shooting the two cubes around a bit, or by ...

Editor crashes when the "Find in Blueprints" dialog runs its indexing task after any SlowTask was canceled by the user

UE - Gameplay - Blueprint - Sep 17, 2024

If any SlowTask is canceled by the Editor's user, and later on the "Find in Blueprints" dialog is opened and needs to perform its async indexing task, the Editor crashes on thread FAsyncSearchIndexT ...

External Data Layers in level not removed when Game Feature Action is Removed or set to None

UE - World Creation - Worldbuilding Tools - Jan 9, 2025

When using External Data Layers in conjunction with Game Feature Plugins and World Partition levels, removing a Game Feature Action or changing its type to "None" does not remove the associated Exte ...

[CrashReport] UE4Editor_CoreUObject!UObjectBaseUtility::GetOutermost() [uobjectbaseutility.cpp:118]

UE - LD & Modeling - Terrain - Landscape - Jun 6, 2016

This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Error message: Access violation - code c0000005 (first/second chance not available) Source C ...

ControlRig & Sequencer: FindControlRigs returns rigs even if their track have been removed

UE - Anim - Rigging - Jun 5, 2024

Constraint Actor to Rig with Editor Utility Widget is working for the first time adding to the Sequencer. However if it was deleted and added to Sequencer again, run Scripted Actor Action shows Err ...

Blueprint Class functions are overridden in packaged shipping project.

UE - Gameplay - Blueprint - Mar 14, 2015

When using a child blueprint that calls a parent blueprints tick and its functions, The event is not being called if you package the project for shipping Win (32-Bit) Pictures of the Parent BP are ...

BlueprintGetter does not work with or disable AnimGraph Fast Path

OLD - Anim - Jan 23, 2020

When used as part of the fast path in an ABP, variable Blueprint Getters are not used. If something with a getter that does not conform to or is supported by fast path, is used then fast path should ...