Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/URigVMBuildData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void UnregisterFunctionReference
(
const FRigVMGraphFunctionIdentifier& InFunction, |
Unregisters a new reference node for a given function | RigVMModel/RigVMBuildData.h | |
void UnregisterFunctionReference
(
const FRigVMGraphFunctionIdentifier& InFunction, |
Unregisters a new reference node for a given function | RigVMModel/RigVMBuildData.h |
UnregisterFunctionReference(const FRigVMGraphFunctionIdentifier &, URigVMFunctionReferenceNode *)
Description
Unregisters a new reference node for a given function
| Name | UnregisterFunctionReference |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMBuildData.h |
| Include Path | #include "RigVMModel/RigVMBuildData.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMModel/RigVMBuildData.cpp |
void UnregisterFunctionReference
(
const FRigVMGraphFunctionIdentifier & InFunction,
URigVMFunctionReferenceNode * InReference
)
UnregisterFunctionReference(const FRigVMGraphFunctionIdentifier &, TSoftObjectPtr< URigVMFunctionReferenceNode >)
Description
Unregisters a new reference node for a given function
| Name | UnregisterFunctionReference |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMBuildData.h |
| Include Path | #include "RigVMModel/RigVMBuildData.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMModel/RigVMBuildData.cpp |
void UnregisterFunctionReference
(
const FRigVMGraphFunctionIdentifier & InFunction,
TSoftObjectPtr < URigVMFunctionReferenceNode > InReference
)