Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
Include |
#include "EdGraph/EdGraphSchema.h" |
class ActionGroup
A single entry in the list - can contain multiple actions
Name | Description | |
---|---|---|
|
ActionGroup ( |
Move constructor and move assignment operator |
|
ActionGroup ( |
Copy constructor and assignment operator |
|
ActionGroup ( |
Constructor accepting a single action |
|
ActionGroup ( |
Constructor accepting multiple actions |
Name | Description | |
---|---|---|
|
~ActionGroup() |
Name | Description | ||
---|---|---|---|
|
const TArray... |
GetCategoryChain() |
|
|
const TArray... |
GetLocalizedMenuDescriptionArrayForFirstAction() |
Returns the localized MenuDescriptionArray |
|
const TArray... |
GetLocalizedSearchCategoryArrayForFirstAction() |
Returns the localized SearchCategoryArray |
|
const TArray... |
GetLocalizedSearchKeywordsArrayForFirstAction() |
Returns the localized SearchKeywordsArray |
|
const TArray... |
GetLocalizedSearchTitleArrayForFirstAction() |
Returns the localized SearchTitleArray |
|
const TArray... |
GetMenuDescriptionArrayForFirstAction() |
Returns the MenuDescriptionArray |
|
const TArray... |
GetSearchCategoryArrayForFirstAction() |
Returns the SearchCategoryArray |
|
const TArray... |
GetSearchKeywordsArrayForFirstAction() |
Returns the SearchKeywordsArray |
|
const FStrin... |
GetSearchTextForFirstAction() |
Returns a the string that should be used when searching for matching actions. |
|
const TArray... |
GetSearchTitleArrayForFirstAction() |
Returns the SearchTitleArray |
|
PerformAction ( |
Goes through all actions and calls PerformAction on them individually |
Name | Description | ||
---|---|---|---|
|
ActionGroup ... |
operator= ( |
|
|
ActionGroup ... |
operator= ( |