Choose your operating system:
Windows
macOS
Linux
| FGraphActionListBuilderBase
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
Include |
#include "EdGraph/EdGraphSchema.h" |
struct FGraphActionListBuilderBase
This object is a base class helper used when building a list of actions for some menu or palette.
Name | Description | ||
---|---|---|---|
|
UEdGraph * |
OwnerOfTemporaries |
The temporary graph outer to store any template nodes created. |
Name | Description | |
---|---|---|
|
FGraphActionListBuilderBase() |
Name | Description | |
---|---|---|
|
~FGraphActionListBuilderBase() |
Virtual destructor |
Name | Description | ||
---|---|---|---|
|
AddAction ( |
Adds an action entry containing a single action |
|
|
AddActionList ( |
Adds an action entry containing multiple actions |
|
|
Append ( |
Appends all the action entries from a different graph action builder |
|
|
NodeType ... |
CreateTemplateNode ( |
|
|
Empty() |
Clears the action entries |
|
|
ActionGroup ... |
GetAction ( |
Returns the specified entry |
|
GetNumActions() |
Returns the current number of entries |
Name |
Description |
|
---|---|---|
|
ActionGroup |
A single entry in the list - can contain multiple actions |