void |
AddPalette ( TSharedPtr< FEditablePalette > Pale... ) |
Adds the FEditablePalette Palette to this FToolkitBuilder |
void |
AddPalette ( TSharedPtr< FToolPalette > Palette ) |
Adds the FToolPalette Palette to this FToolkitBuilder |
TSharedRef< ... |
CreateToolbarWidget () |
Creates the Toolbar for the widget with the FUICommandInfos that load the Palettes |
EVisibility |
GetActivePaletteCommandsVisibility () |
|
FName |
GetActivePaletteName () |
|
FText |
GetActiveToolDisplayName () |
|
void |
GetCommandsForEditablePalette ( TSharedRef< FEditablePalette > Edit..., TArray< TSharedPtr< const FUIComman... ) |
Fills the OutCommands TArray with TSharedPtr instances that are present in the FEditablePalette EditablePalette |
TSharedPtr< ... |
GetLoadPaletteToolbar () |
Returns a TSharedPointer to the FToolbarBuilder with the FUICommandInfos that load the Palettes |
TSharedRef< ... |
GetToolPaletteWidget () |
Returns a TSharedPointer to the FToolbarBuilder with the FUICommandInfos that load the Palettes |
bool |
HasActivePalette () |
Returns true is there is an active palette selected, else it returns false |
bool |
HasSelectedToolSet () |
Returns true if the Toolkit builder has some tools that are currently active/selected |
void |
InitCategoryToolbarContainerWidget () |
Initializes the category toolbar container VBox, and the children inside it. |
void |
InitializeCategoryToolbar ( bool InitLoadToolPaletteMap ) |
Initializes the data to necessary to build the category toolbar |
ECheckBoxSta... |
IsActiveToolPalette ( FName CommandName ) |
Returns true if the FUICommandInfo with the name CommandName is the active tool palette, else it returns false |
void |
RefreshCategoryToolbarWidget () |
RefreshCategoryToolbarWidget refreshes the UI display of the category toolbar |
void |
SetActivePaletteCommandsVisibility ( EVisibility Visibility ) |
Configure whether or not the tool buttons in the active palette should be visible. |
void |
SetActivePaletteOnLoad ( const FUICommandInfo* Command ) |
Loads the palette for the FUICommandInfo Command on first visit to the mode. |
void |
SetActiveToolDisplayName ( FText InActiveToolDisplayName ) |
Sets the display name for the active tool |
void |
SetCategoryButtonLabelVisibility ( EVisibility Visibility ) |
Sets category button label visibility to Visibility. |
void |
SetCategoryButtonLabelVisibility ( bool bIsCategoryButtonLabelVisible ) |
Sets category button label visibility to Visiblity. |