Navigation
API > API/Plugins > API/Plugins/UserToolBoxBasicCommand
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UUTBBaseCommand
- UBaseCompositeCommand
- UCompositeCommand
- UToggleCommand
References
| Module | UserToolBoxBasicCommand |
| Header | /Engine/Plugins/Experimental/UserToolBoxBasicCommand/Source/UserToolBoxBasicCommand/Public/BaseCompositeCommand.h |
| Include | #include "BaseCompositeCommand.h" |
Syntax
UCLASS&40;Abstract&41;
class UBaseCompositeCommand : public UUTBBaseCommand
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TObjectPtr< UUTBBaseCommand > > | Commands |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from UUTBBaseCommand
| Type | Name | Description | |
|---|---|---|---|
| UUTBBaseCommand * | CopyCommand
(
UObject* Owner |