Local fog volumes have a substantial offset when placed at a far distance from world origin and is then rotated. This was not the case in 5.3 when tested under the same conditions, so this is likely ...
A note from the user, seems like they have a fix for this already I've changed the type of UGameplayDebuggerConfig::ActivationKey to FInputChord and with ony small changes to surrounding code it ...
proposed fix seems ok to me: UEnhancedInputUserSettings* UEnhancedInputUserSettings::LoadOrCreateSettings(ULocalPlayer* LocalPlayer) { UEnhancedInputUserSettings* Settings = nullptr; ...
When a level sequence animates level visibility as well as skeletal animation on an actor within that sub-level, restoring state will first unstream the level, which will unregister the skeletal mes ...
In a LevelSequenceActor, binding the Sequence Player via Details Panel is not firing events related to the execution of the designated Level Sequence Asset. Manually binding on BP (pulling a connect ...
Triggering an actor component recompilation resets all the variables to the default state on spawned actors in the level. Users can unintentionally lose property settings on placed actors in a worl ...
When setting an AnimNotify to an AnimationSequence, this AnimNotify can be triggered multiple times when only set once. This issue only happens when the mentioned AnimationSequence that contains the ...
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 ...
Property Editors for asset types allow you to drag assets from the Content Browser into them, or to make a selection using an Asset Picker widget. Some examples would be selecting Static Meshes or M ...
In UE 5.4, when deleting actors in our levels, some blueprints will be mark dirty despite not having changed. We traced that down to FAssetRenameManager::CheckPackageForSoftObjectReferences. The af ...