Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/URigVMEdGraphSchema
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void InsertAdditionalActions
(
TArray< UBlueprint* > InBlueprints, |
EdGraph/RigVMEdGraphSchema.h | ||
virtual void InsertAdditionalActions
(
TArray< FRigVMEditorAssetInterfacePtr > InAssets, |
EdGraph/RigVMEdGraphSchema.h |
InsertAdditionalActions(TArray< UBlueprint >, TArray< UEdGraph >, TArray< UEdGraphPin * >, FGraphActionListBuilderBase &)
| Name | InsertAdditionalActions |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/EdGraph/RigVMEdGraphSchema.h |
| Include Path | #include "EdGraph/RigVMEdGraphSchema.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/EdGraph/RigVMEdGraphSchema.cpp |
virtual void InsertAdditionalActions
(
TArray < UBlueprint * > InBlueprints,
TArray < UEdGraph * > InGraphs,
TArray < UEdGraphPin * > InPins,
FGraphActionListBuilderBase & OutAllActions
) const
InsertAdditionalActions(TArray< FRigVMEditorAssetInterfacePtr >, TArray< UEdGraph >, TArray< UEdGraphPin >, FGraphActionListBuilderBase &)
| Name | InsertAdditionalActions |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/EdGraph/RigVMEdGraphSchema.h |
| Include Path | #include "EdGraph/RigVMEdGraphSchema.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/EdGraph/RigVMEdGraphSchema.cpp |
virtual void InsertAdditionalActions
(
TArray < FRigVMEditorAssetInterfacePtr > InAssets,
TArray < UEdGraph * > InGraphs,
TArray < UEdGraphPin * > InPins,
FGraphActionListBuilderBase & OutAllActions
) const