Navigation
API > API/Plugins > API/Plugins/RigVMEditor
| Name | URigVMEdGraphFunctionRefNodeSpawner |
| Type | class |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/EdGraph/NodeSpawners/RigVMEdGraphFunctionRefNodeSpawner.h |
| Include Path | #include "EdGraph/NodeSpawners/RigVMEdGraphFunctionRefNodeSpawner.h" |
Syntax
UCLASS (Transient)
class URigVMEdGraphFunctionRefNodeSpawner : public URigVMEdGraphNodeSpawner
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBlueprintNodeSpawner → URigVMEdGraphNodeSpawner → URigVMEdGraphFunctionRefNodeSpawner
Implements Interfaces
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AssetPath | FSoftObjectPath | EdGraph/NodeSpawners/RigVMEdGraphFunctionRefNodeSpawner.h | ||
| bIsLocalFunction | bool | Marked as true for local function definitions | EdGraph/NodeSpawners/RigVMEdGraphFunctionRefNodeSpawner.h |
|
| ReferencedPublicFunctionHeader | FRigVMGraphFunctionHeader | The public function definition we will spawn from [optional] | EdGraph/NodeSpawners/RigVMEdGraphFunctionRefNodeSpawner.h |
|
Functions
Public
Overridden from UBlueprintNodeSpawner
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FBlueprintNodeSignature GetSpawnerSignature() |
EdGraph/NodeSpawners/RigVMEdGraphFunctionRefNodeSpawner.h | ||
virtual FBlueprintActionUiSpec GetUiSpec
(
FBlueprintActionContext const& Context, |
EdGraph/NodeSpawners/RigVMEdGraphFunctionRefNodeSpawner.h | ||
virtual UEdGraphNode * Invoke
(
UEdGraph* ParentGraph, |
EdGraph/NodeSpawners/RigVMEdGraphFunctionRefNodeSpawner.h | ||
virtual bool IsTemplateNodeFilteredOut
(
FBlueprintActionFilter const& Filter |
EdGraph/NodeSpawners/RigVMEdGraphFunctionRefNodeSpawner.h | ||
virtual void Prime() |
EdGraph/NodeSpawners/RigVMEdGraphFunctionRefNodeSpawner.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static URigVMEdGraphFunctionRefNodeSpawner * CreateFromAssetData
(
const FAssetData& InAssetData, |
Creates a new URigVMEdGraphFunctionRefNodeSpawner, charged with spawning a function reference | EdGraph/NodeSpawners/RigVMEdGraphFunctionRefNodeSpawner.h | |
static URigVMEdGraphFunctionRefNodeSpawner * CreateFromAssetData
(
const FAssetData& InAssetData, |
EdGraph/NodeSpawners/RigVMEdGraphFunctionRefNodeSpawner.h | ||
static URigVMEdGraphFunctionRefNodeSpawner * CreateFromFunction
(
URigVMLibraryNode* InFunction |
Creates a new URigVMEdGraphFunctionRefNodeSpawner, charged with spawning a function reference | EdGraph/NodeSpawners/RigVMEdGraphFunctionRefNodeSpawner.h | |
static URigVMEdGraphNode * SpawnNode
(
UEdGraph* ParentGraph, |
EdGraph/NodeSpawners/RigVMEdGraphFunctionRefNodeSpawner.h |