Navigation
API > API/Plugins > API/Plugins/RigVMEditor > API/Plugins/RigVMEditor/FRigVMActionMenuUtils
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const UK2Node * ExtractNodeTemplateFromAction
(
const FEdGraphSchemaAction& PaletteAction |
A number of different palette actions hold onto node-templates in different ways. | Editor/RigVMActionMenuUtils.h | |
static const UK2Node * ExtractNodeTemplateFromAction
(
const TSharedPtr< FEdGraphSchemaAction >& PaletteAction |
Editor/RigVMActionMenuUtils.h |
ExtractNodeTemplateFromAction(const FEdGraphSchemaAction &)
Description
A number of different palette actions hold onto node-templates in different ways. This handles most of those cases and looks to extract said node- template from the specified action.
| Name | ExtractNodeTemplateFromAction |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Editor/RigVMActionMenuUtils.h |
| Include Path | #include "Editor/RigVMActionMenuUtils.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Private/Editor/RigVMActionMenuUtils.cpp |
static const UK2Node * ExtractNodeTemplateFromAction
(
const FEdGraphSchemaAction & PaletteAction
)
A pointer to the extracted node (NULL if the action doesn't have one, or we don't support the specific action type yet)
Parameters
| Name | Remarks |
|---|---|
| PaletteAction | The action you want a node-template for. |
ExtractNodeTemplateFromAction(const TSharedPtr< FEdGraphSchemaAction > &)
| Name | ExtractNodeTemplateFromAction |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Editor/RigVMActionMenuUtils.h |
| Include Path | #include "Editor/RigVMActionMenuUtils.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Private/Editor/RigVMActionMenuUtils.cpp |
static const UK2Node * ExtractNodeTemplateFromAction
(
const TSharedPtr < FEdGraphSchemaAction > & PaletteAction
)