This commit is contained in:
2025-04-21 08:17:52 +08:00
parent 5bf88e162c
commit 8c6c85f5be
109 changed files with 39272 additions and 284 deletions

View File

@@ -97,6 +97,12 @@ private:
// Command list
TSharedPtr<FUICommandList> CommandList;
// The object being edited
UObject* EditingObject;
// Flag to track if the editor is initialized
bool bIsEditorInitialized;
// Tab IDs
static const FName ViewportTabId;
static const FName DetailsTabId;