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
Derived Classes
Constructors
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Commands |
TArray< TObjectPtr< UUTBBaseCommand > > |
|
BaseCompositeCommand.h |
- EditAnywhere
- BlueprintReadWrite
- Category="Composite Commands"
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual UUTBBaseCommand * CopyCommand
(
UObject* Owner
) const
|
|
BaseCompositeCommand.h |
|