Navigation
API > API/Plugins > API/Plugins/RigVM
A management struct containing graph functions.
| Name | FRigVMGraphFunctionStore |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMGraphFunctionHost.h |
| Include Path | #include "RigVMCore/RigVMGraphFunctionHost.h" |
Syntax
USTRUCT ()
struct FRigVMGraphFunctionStore
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PrivateFunctions | TArray< FRigVMGraphFunctionData > | RigVMCore/RigVMGraphFunctionHost.h |
|
|
| PublicFunctions | TArray< FRigVMGraphFunctionData > | Exposed public functions on this rig | RigVMCore/RigVMGraphFunctionHost.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMGraphFunctionData * AddFunction
(
const FRigVMGraphFunctionHeader& FunctionHeader, |
RigVMCore/RigVMGraphFunctionHost.h | ||
bool ContainsFunction
(
const FRigVMGraphFunctionIdentifier& InLibraryPointer |
RigVMCore/RigVMGraphFunctionHost.h | ||
const FRigVMGraphFunctionData * FindFunction
(
const FRigVMGraphFunctionIdentifier& InLibraryPointer, |
RigVMCore/RigVMGraphFunctionHost.h | ||
FRigVMGraphFunctionData * FindFunction
(
const FRigVMGraphFunctionIdentifier& InLibraryPointer, |
RigVMCore/RigVMGraphFunctionHost.h | ||
FRigVMGraphFunctionData * FindFunctionByName
(
const FName& Name, |
RigVMCore/RigVMGraphFunctionHost.h | ||
bool IsFunctionPublic
(
const FRigVMGraphFunctionIdentifier& InLibraryPointer |
RigVMCore/RigVMGraphFunctionHost.h | ||
bool MarkFunctionAsPublic
(
const FRigVMGraphFunctionIdentifier& InLibraryPointer, |
RigVMCore/RigVMGraphFunctionHost.h | ||
void PostLoad() |
RigVMCore/RigVMGraphFunctionHost.h | ||
bool RemoveAllCompilationData() |
RigVMCore/RigVMGraphFunctionHost.h | ||
bool RemoveFunction
(
const FRigVMGraphFunctionIdentifier& InLibraryPointer, |
RigVMCore/RigVMGraphFunctionHost.h | ||
bool RemoveFunctionCompilationData
(
const FRigVMGraphFunctionIdentifier& InLibraryPointer |
RigVMCore/RigVMGraphFunctionHost.h | ||
bool UpdateDependencies
(
const FRigVMGraphFunctionIdentifier& InLibraryPointer, |
RigVMCore/RigVMGraphFunctionHost.h | ||
bool UpdateExternalVariables
(
const FRigVMGraphFunctionIdentifier& InLibraryPointer, |
RigVMCore/RigVMGraphFunctionHost.h | ||
bool UpdateFunctionCompilationData
(
const FRigVMGraphFunctionIdentifier& InLibraryPointer, |
RigVMCore/RigVMGraphFunctionHost.h | ||
FRigVMGraphFunctionData * UpdateFunctionInterface
(
const FRigVMGraphFunctionHeader& Header |
RigVMCore/RigVMGraphFunctionHost.h |