Navigation
API > API/Plugins > API/Plugins/RigVMEditor
| Name | URigVMEdGraphNodeBlueprintSpawner |
| Type | class |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/EdGraph/NodeSpawners/RigVMEdGraphNodeSpawner.h |
| Include Path | #include "EdGraph/NodeSpawners/RigVMEdGraphNodeSpawner.h" |
Syntax
UCLASS (MinimalAPI, Transient)
class URigVMEdGraphNodeBlueprintSpawner : public UBlueprintNodeSpawner
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBlueprintNodeSpawner → URigVMEdGraphNodeBlueprintSpawner
Implements Interfaces
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| RigVMSpawner | TSharedPtr< URigVMEdGraphNodeSpawner > | EdGraph/NodeSpawners/RigVMEdGraphNodeSpawner.h |
Functions
Public
Overridden from UBlueprintNodeSpawner
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FBlueprintNodeSignature GetSpawnerSignature() |
EdGraph/NodeSpawners/RigVMEdGraphNodeSpawner.h | ||
virtual FBlueprintActionUiSpec GetUiSpec
(
FBlueprintActionContext const& Context, |
EdGraph/NodeSpawners/RigVMEdGraphNodeSpawner.h | ||
virtual UEdGraphNode * Invoke
(
UEdGraph* ParentGraph, |
EdGraph/NodeSpawners/RigVMEdGraphNodeSpawner.h | ||
virtual bool IsTemplateNodeFilteredOut
(
FBlueprintActionFilter const& Filter |
EdGraph/NodeSpawners/RigVMEdGraphNodeSpawner.h | ||
virtual void Prime() |
EdGraph/NodeSpawners/RigVMEdGraphNodeSpawner.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static URigVMEdGraphNodeBlueprintSpawner * CreateFromRigVMSpawner
(
TSharedPtr< URigVMEdGraphNodeSpawner > InNodeSpawner |
EdGraph/NodeSpawners/RigVMEdGraphNodeSpawner.h |