Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
Include |
#include "EdGraph/EdGraphSchema.h" |
struct FEdGraphSchemaAction
This structure represents a context dependent action, with sufficient information for the schema to perform it.
Name | Description | ||
---|---|---|---|
|
FullSearchCategoryArray |
||
|
FullSearchKeywordsArray |
||
|
FullSearchTitlesArray |
||
|
Grouping |
This is a priority number for overriding alphabetical order in the action list (higher value == higher in the list). |
|
|
LocalizedFullSearchCategoryArray |
||
|
LocalizedFullSearchKeywordsArray |
||
|
LocalizedFullSearchTitlesArray |
||
|
LocalizedMenuDescriptionArray |
||
|
MenuDescriptionArray |
||
|
SearchText |
||
|
SectionID |
Section ID of the action list in which this action belongs. |
Name | Description | |
---|---|---|
|
FEdGraphSchemaAction() |
|
|
FEdGraphSchemaAction |
Name | Description | |
---|---|---|
|
~FEdGraphSchemaAction() |
Name | Description | ||
---|---|---|---|
|
AddReferencedObjects ( |
GC. |
|
|
CosmeticUpdateCategory ( |
Updates the category of the action and refreshes the search text; does not change the persistent backing item (e.g., it will not actually move a user added variable or function to a new category) |
|
|
const FText ... |
GetCategory() |
|
|
const FStrin... |
GetFullSearchText() |
|
|
GetGrouping() |
||
|
const FText ... |
GetKeywords() |
|
|
const TArray... |
GetLocalizedMenuDescriptionArray() |
|
|
const TArray... |
GetLocalizedSearchCategoryArray() |
Retrieves the localized full searchable categories for this action. |
|
const TArray... |
GetLocalizedSearchKeywordsArray() |
Retrieves the localized full searchable keywords for this action. |
|
const TArray... |
GetLocalizedSearchTitleArray() |
Retrieves the localized full searchable title for this action. |
|
const FText ... |
GetMenuDescription() |
|
|
const TArray... |
GetMenuDescriptionArray() |
|
|
FEdGraphSche... |
GetPersistentItemDefiningObject() |
Returns an opaque handle that can be used to confirm that two different persistent entries backing actions are part of the same section/category (e.g., both are variables in the same Blueprint) |
|
GetReorderIndexInContainer() |
Returns the ordering index of this action in the parent container (if the item cannot be reordered then this will return INDEX_NONE) |
|
|
const TArray... |
GetSearchCategoryArray() |
Retrieves the full searchable categories for this action. |
|
const TArray... |
GetSearchKeywordsArray() |
Retrieves the full searchable keywords for this action. |
|
const TArray... |
GetSearchTitleArray() |
Retrieves the full searchable title for this action. |
|
GetSectionID() |
||
|
const FText ... |
GetTooltipDescription() |
|
|
GetTypeId() |
||
|
IsA ( |
Returns true if the action refers to a external or local variable. |
|
|
IsAVariable() |
Returns true if the action refers to a member or local variable. |
|
|
IsParentable() |
Whether or not this action can be parented to other actions of the same type. |
|
|
MovePersistentItemToCategory ( |
Moves the item backing this action to the specified category if it is possible (does nothing for native-introduced variables/functions/etc...) |
|
|
UEdGraphNode... |
PerformAction ( |
Execute this action, given the graph and schema, and possibly a pin that we were dragged from. |
|
UEdGraphNode... |
PerformAction ( |
Execute this action, given the graph and schema, and possibly a pin that we were dragged from. |
|
ReorderToBeforeAction ( |
Reorders this action to be before the other item in the parent container (returns false if they are not in the same container or cannot be reordered) |
|
|
StaticGetTypeId() |
Simple type info. |
|
|
UpdateSearchData |