When restarting the editor the viewport will have its Allow Cinematic Control flag reset to true. ...
We should disable this block of code by default, with a config/console var to enable it: // Transform to Component Space const FTransform RootToComponent = RootTransformRefPose.Inverse(); StartTran ...
An ensure (ensure( !PersistentLayout->PrimaryArea.IsValid() )[Image Removed] is firing in FTabManager::PersistLayout() sometimes when docking/undocking quickly. ...
"Content Browser 1" auto-hides if opened with the Level Editor, and has inconsistent docking behavior under the conditions caused by the repro steps above. The root of the problem seems to be that ...
Actors that are deferred spawned on BeginPlay can be added to the world while AWorldSettings::NotifyBeginPlay is still iterating the world's actors and dispatching BeginPlay. AActor::DispatchBeginPl ...
This occurred when we use a class and variable TSubclassOf<UObject>, TObjectPtr<UClass>, TSoftClassPtr<UObject>. [Image Removed] ...
In KismetArrayLibrary.h, functions that modify the array property call MARK_PROPERTY_DIRTY(Stack.Object, ArrayProperty). Because these calls use the stack object and not the property's owner, modify ...
Reporting an issue where are users are getting prompted to auto-save, but then it appears to fail and asks them to manually save. They're being prompted with outdated save files, but get stuck in a ...