# class
IStandinEditorModule
Editor Module for Standin Actor.
# Methods (public)
Method | Description |
---|---|
CreateStandinOutliner | No description available. |
SpawnStandinOutliner | Spawn Standin outlier. |
# CreateStandinOutliner
# Syntax
TSharedRef<SWidget> CreateStandinOutliner();
# Parameters
CreateStandinOutliner takes no parameters.
Return Type:
TSharedRef<SWidget>
# SpawnStandinOutliner
# Syntax
TSharedRef<SDockTab> SpawnStandinOutliner(const FSpawnTabArgs &);
# Parameters
Type | Name | Description |
---|---|---|
FSpawnTabArgs | Args | Spawn tab argd. |
Return Type:
TSharedRef<SDockTab>