Navigation
API > API/Plugins > API/Plugins/UserToolBoxBasicCommand
| Name | UBaseCompositeCommand |
| Type | class |
| Header File | /Engine/Plugins/Experimental/UserToolBoxBasicCommand/Source/UserToolBoxBasicCommand/Public/BaseCompositeCommand.h |
| Include Path | #include "BaseCompositeCommand.h" |
Syntax
UCLASS (Abstract)
class UBaseCompositeCommand : public UUTBBaseCommand
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UUTBBaseCommand → UBaseCompositeCommand
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UBaseCompositeCommand() |
BaseCompositeCommand.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Commands | TArray< TObjectPtr< UUTBBaseCommand > > | BaseCompositeCommand.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UUTBBaseCommand * CopyCommand
(
UObject* Owner |
BaseCompositeCommand.h |