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
class URigVMEdGraphFunctionRefNodeSpawner : public URigVMEdGraphNodeSpawner
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → URigVMEdGraphNodeSpawner → URigVMEdGraphFunctionRefNodeSpawner
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
URigVMEdGraphFunctionRefNodeSpawner
(
URigVMLibraryNode* InFunction |
EdGraph/NodeSpawners/RigVMEdGraphFunctionRefNodeSpawner.h | ||
URigVMEdGraphFunctionRefNodeSpawner
(
const FAssetData& InAssetData, |
EdGraph/NodeSpawners/RigVMEdGraphFunctionRefNodeSpawner.h | ||
URigVMEdGraphFunctionRefNodeSpawner
(
const FAssetData& InAssetData, |
EdGraph/NodeSpawners/RigVMEdGraphFunctionRefNodeSpawner.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~URigVMEdGraphFunctionRefNodeSpawner() |
EdGraph/NodeSpawners/RigVMEdGraphFunctionRefNodeSpawner.h |
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 | |
| FunctionPath | FString | EdGraph/NodeSpawners/RigVMEdGraphFunctionRefNodeSpawner.h | ||
| ReferencedPublicFunctionHeader | FRigVMGraphFunctionHeader | The public function definition we will spawn from [optional] | EdGraph/NodeSpawners/RigVMEdGraphFunctionRefNodeSpawner.h |
Functions
Public
Overridden from URigVMEdGraphNodeSpawner
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString GetSpawnerSignature() |
EdGraph/NodeSpawners/RigVMEdGraphFunctionRefNodeSpawner.h | ||
virtual URigVMEdGraphNode * Invoke
(
URigVMEdGraph* ParentGraph, |
EdGraph/NodeSpawners/RigVMEdGraphFunctionRefNodeSpawner.h | ||
| 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 |