Navigation
API > API/Plugins > API/Plugins/UserToolBoxCore
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UVisual
- UWidget
- UUserWidget
- UUTBCommandUMGUI
References
| Module | UserToolBoxCore |
| Header | /Engine/Plugins/Experimental/UserToolBoxCore/Source/UserToolBoxCore/Public/UTBBaseUICommand.h |
| Include | #include "UTBBaseUICommand.h" |
Syntax
UCLASS&40;&41;
class UUTBCommandUMGUI :
public UUserWidget,
public IUTBUICommand
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UUTBBaseCommand > | Command |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | DoesSupportClass
(
TSubclassOf< UUTBBaseCommand > ObjectClass |
||
| void | |||
| void | ReplaceCommand
(
const TMap< UObject*, UObject* >& Map |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | BeginDestroy () |
Called before destroying the object. |
Overridden from IUTBUICommand
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| TSharedRef< SWidget > | GetUI () |
||
| bool | IsSupportingCommandClass
(
TSubclassOf< UUTBBaseCommand > CommandClass |
||
| void | SetCommand
(
UUTBBaseCommand* Command |