![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <EdGraphSchema.h>
Inheritance diagram for FGraphActionListBuilderBase:Public Attributes | |
| UEdGraph * | OwnerOfTemporaries |
|
inlinevirtual |
Virtual destructor
|
inline |
|
virtual |
Adds an action entry containing a single action
Reimplemented in FCategorizedGraphActionListBuilder.
|
virtual |
Reimplemented in FCategorizedGraphActionListBuilder.
|
virtual |
Adds an action entry containing multiple actions
Reimplemented in FCategorizedGraphActionListBuilder.
| void FGraphActionListBuilderBase::Append | ( | FGraphActionListBuilderBase & | Other | ) |
Appends all the action entries from a different graph action builder
|
inline |
|
virtual |
Clears the action entries
| PRAGMA_DISABLE_DEPRECATION_WARNINGS FGraphActionListBuilderBase::ActionGroup FGraphActionListBuilderBase::GetAction | ( | int32 | Index | ) |
| int32 FGraphActionListBuilderBase::GetNumActions | ( | ) | const |
Returns the current number of entries
| TSharedPtr< FEdGraphSchemaAction > & FGraphActionListBuilderBase::GetSchemaAction | ( | int32 | Index | ) |
Returns the specified entry
|
inline |
A single entry in the list - can contain multiple actions
Constructor accepting a single action
Constructor accepting multiple actions
Move constructor and move assignment operator
Copy constructor and assignment operator
Goes through all actions and calls PerformAction on them individually
| ParentGraph | The graph we are operating in the context of. |
| FromPins | Optional pins that the action was dragged from. |
| Location | The position on the graph to place new nodes. |
Returns a the string that should be used when searching for matching actions. Looks only at the first action.
Returns the SearchKeywordsArray
Returns the MenuDescriptionArray
Returns the SearchTitleArray
Returns the SearchCategoryArray
Returns the localized SearchKeywordsArray
Returns the localized MenuDescriptionArray
Returns the localized SearchTitleArray
Returns the localized SearchCategoryArray
All of the actions this entry contains
Concatenates RootCategory with the first action's category (RootCategory coming first, as a prefix, and the splits the category hierarchy apart into separate entries.
Initializes the search text.
The category to list this entry under (could be left empty, as it gets concatenated with the first sub-action's category)
The chain of categories
| UEdGraph* FGraphActionListBuilderBase::OwnerOfTemporaries |