Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph > API/Runtime/Engine/EdGraph/FGraphActionListBuilderBase
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include | #include "EdGraph/EdGraphSchema.h" |
Syntax
class ActionGroup
Remarks
A single entry in the list - can contain multiple actions
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TSharedPtr< FEdGraphSchemaAction > > | Actions | All of the actions this entry contains |
Constructors
| Type | Name | Description | |
|---|---|---|---|
ActionGroup
(
ActionGroup&& Other |
Move constructor and move assignment operator | ||
ActionGroup
(
const ActionGroup& |
Copy constructor and assignment operator | ||
ActionGroup
(
TSharedPtr< FEdGraphSchemaAction > InAction, |
Constructor accepting a single action | ||
ActionGroup
(
const TArray< TSharedPtr< FEdGraphSchemaAction > >& InActions, |
Constructor accepting multiple actions |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~ActionGroup () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TArray< FString > & | |||
| const TArray< FString > & | Returns the localized MenuDescriptionArray | ||
| const TArray< FString > & | Returns the localized SearchCategoryArray | ||
| const TArray< FString > & | Returns the localized SearchKeywordsArray | ||
| const TArray< FString > & | Returns the localized SearchTitleArray | ||
| const TArray< FString > & | Returns the MenuDescriptionArray | ||
| const TArray< FString > & | Returns the SearchCategoryArray | ||
| const TArray< FString > & | Returns the SearchKeywordsArray | ||
| const FString & | Returns a the string that should be used when searching for matching actions. | ||
| const TArray< FString > & | Returns the SearchTitleArray | ||
| void | PerformAction
(
UEdGraph* ParentGraph, |
Goes through all actions and calls PerformAction on them individually |
Operators
| Type | Name | Description | |
|---|---|---|---|
| ActionGroup & | operator=
(
ActionGroup&& Other |
||
| ActionGroup & | operator=
(
const ActionGroup& |