Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/EdGraph > API/Plugins/RigVMDeveloper/EdGraph/URigVMEdGraphSchema
- UEdGraphSchema::InsertAdditionalActions()
- URigVMEdGraphSchema::InsertAdditionalActions()
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/EdGraph/RigVMEdGraphSchema.h |
| Include | #include "EdGraph/RigVMEdGraphSchema.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/EdGraph/RigVMEdGraphSchema.cpp |
virtual void InsertAdditionalActions
&40;
TArray< UBlueprint &42; > InBlueprints,
TArray< UEdGraph &42; > InGraphs,
TArray< UEdGraphPin &42; > InPins,
FGraphActionListBuilderBase & OutAllActions
&41; const
Remarks
Insert additional actions into the blueprint action menu
Parameters
| Name | Description |
|---|---|
| InBlueprints | List of all blueprints you want actions for. |
| InGraphs | A list of graphs you want compatible actions for. |
| InPins | A list of pins you want compatible actions for. |
| OutAllActions | Resulting compatible actions |