This commit is contained in:
2025-04-21 20:25:53 +08:00
parent 7c33e9830c
commit df050170ce
3 changed files with 568 additions and 149 deletions

View File

@@ -80,6 +80,9 @@ private:
/** Spawn physics settings tab */
TSharedRef<SDockTab> SpawnTab_PhysicsSettings(const FSpawnTabArgs& Args);
/** Spawn node tree tab */
TSharedRef<SDockTab> SpawnTab_NodeTree(const FSpawnTabArgs& Args);
/** Perform boolean cut operation */
void PerformBooleanCut();
@@ -128,4 +131,5 @@ private:
static const FName DetailsTabId;
static const FName LayerSystemTabId;
static const FName PhysicsSettingsTabId;
static const FName NodeTreeTabId;
};