Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/SGraphActionMenu
References
| Module | GraphEditor |
| Header | /Engine/Source/Editor/GraphEditor/Public/SGraphActionMenu.h |
| Include | #include "SGraphActionMenu.h" |
| Source | /Engine/Source/Editor/GraphEditor/Private/SGraphActionMenu.cpp |
bool SelectItemByName
&40;
const FName & ItemName,
ESelectInfo::Type SelectInfo,
int32 SectionId,
bool bIsCategory
&41;
Remarks
Selects an non-creation item in the list, searching by FName, deselects if name is none TRUE if the item was successfully selected or the tree cleared, FALSE if unsuccessful
Parameters
| Name | Description |
|---|---|
| ItemName | The name of the item to select |
| SelectInfo | The selection type |
| SectionId | If known, the section Id to restrict the selection to, useful in the case of categories where they can exist multiple times |
| bIsCategory | TRUE if the selection is a category, categories obey different rules and it's hard to re-select properly without this knowledge |