Navigation
API > API/Plugins > API/Plugins/RigVMEditor > API/Plugins/RigVMEditor/EdGraph > API/Plugins/RigVMEditor/EdGraph/NodeSpawners
Inheritance Hierarchy
- UObject
- IBlueprintNodeBinder
- UBlueprintNodeSpawner
- URigVMEdGraphNodeSpawner
- URigVMEdGraphEnumNodeSpawner
- URigVMEdGraphFunctionRefNodeSpawner
- URigVMEdGraphInvokeEntryNodeSpawner
- URigVMEdGraphTemplateNodeSpawner
- URigVMEdGraphUnitNodeSpawner
- URigVMEdGraphVariableNodeSpawner
References
| Module | RigVMEditor |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/EdGraph/NodeSpawners/RigVMEdGraphNodeSpawner.h |
| Include | #include "EdGraph/NodeSpawners/RigVMEdGraphNodeSpawner.h" |
Syntax
UCLASS (Transient)
class URigVMEdGraphNodeSpawner : public UBlueprintNodeSpawner
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetRelatedBlueprintClass
(
TSubclassOf< URigVMBlueprint > InClass |
||
| URigVMEdGraphNode * | SpawnTemplateNode
(
UEdGraph* InParentGraph, |
Overridden from UBlueprintNodeSpawner
| Type | Name | Description | |
|---|---|---|---|
| bool | IsTemplateNodeFilteredOut
(
FBlueprintActionFilter const& Filter |
Determine if the node of this spawner's template's type should be filtered in the actions menu |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FPinInfo |