Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FGraphActionListBuilderBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ActionGroup
(
ActionGroup&& Other |
Move constructor and move assignment operator | EdGraph/EdGraphSchema.h | |
ActionGroup
(
const ActionGroup& |
Copy constructor and assignment operator | EdGraph/EdGraphSchema.h | |
ActionGroup
(
const TArray< TSharedPtr< FEdGraphSchemaAction > >& InActions, |
Constructor accepting multiple actions | EdGraph/EdGraphSchema.h |
ActionGroup(ActionGroup &&)
Description
Move constructor and move assignment operator
| Name | ActionGroup |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include Path | #include "EdGraph/EdGraphSchema.h" |
ActionGroup
(
ActionGroup && Other
)
ActionGroup(const ActionGroup &)
Description
Copy constructor and assignment operator
| Name | ActionGroup |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include Path | #include "EdGraph/EdGraphSchema.h" |
ActionGroup
(
const ActionGroup &
)
ActionGroup(const TArray< TSharedPtr< FEdGraphSchemaAction > > &, FString)
Description
Constructor accepting multiple actions
| Name | ActionGroup |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include Path | #include "EdGraph/EdGraphSchema.h" |
ActionGroup
(
const TArray < TSharedPtr < FEdGraphSchemaAction > > & InActions,
FString RootCategory
)