Navigation
API > API/Plugins > API/Plugins/RigVMEditor > API/Plugins/RigVMEditor/EdGraph > API/Plugins/RigVMEditor/EdGraph/NodeSpawners
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- 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&40;Transient&41;
class URigVMEdGraphNodeSpawner : public UBlueprintNodeSpawner
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetRelatedBlueprintClass
(
TSubclassOf< URigVMBlueprint > InClass |
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 |