Navigation
API > API/Plugins > API/Plugins/RigVMEditor
| Name | URigVMEdGraphNodeSpawner |
| Type | class |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/EdGraph/NodeSpawners/RigVMEdGraphNodeSpawner.h |
| Include Path | #include "EdGraph/NodeSpawners/RigVMEdGraphNodeSpawner.h" |
Syntax
UCLASS (Transient)
class URigVMEdGraphNodeSpawner : public UBlueprintNodeSpawner
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBlueprintNodeSpawner → URigVMEdGraphNodeSpawner
Implements Interfaces
Derived Classes
URigVMEdGraphNodeSpawner derived class hierarchy
Structs
| Name | Remarks |
|---|---|
| FPinInfo |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| RelatedBlueprintClass | TSubclassOf< URigVMBlueprint > | EdGraph/NodeSpawners/RigVMEdGraphNodeSpawner.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetRelatedBlueprintClass
(
TSubclassOf< URigVMBlueprint > InClass |
EdGraph/NodeSpawners/RigVMEdGraphNodeSpawner.h |
Overridden from UBlueprintNodeSpawner
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsTemplateNodeFilteredOut
(
FBlueprintActionFilter const& Filter |
EdGraph/NodeSpawners/RigVMEdGraphNodeSpawner.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static URigVMEdGraphNode * SpawnTemplateNode
(
UEdGraph* InParentGraph, |
EdGraph/NodeSpawners/RigVMEdGraphNodeSpawner.h |