Navigation
API > API/Plugins > API/Plugins/RigVM
| Name | FRigVMGraphFunctionData |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMGraphFunctionDefinition.h |
| Include Path | #include "RigVMCore/RigVMGraphFunctionDefinition.h" |
Syntax
USTRUCT (BlueprintType )
struct FRigVMGraphFunctionData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| RigVMCore/RigVMGraphFunctionDefinition.h | |||
FRigVMGraphFunctionData
(
const FRigVMGraphFunctionHeader& InHeader |
RigVMCore/RigVMGraphFunctionDefinition.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| EntryString | const TCHAR * | RigVMCore/RigVMGraphFunctionDefinition.h | |
| GetFunctionHostFromObjectFunc | TFunction< IRigVMGraphFunctionHost *(UObject *)> | RigVMCore/RigVMGraphFunctionDefinition.h | |
| ReturnString | const TCHAR * | RigVMCore/RigVMGraphFunctionDefinition.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CollapseNodeArchive | FRigVMObjectArchive | RigVMCore/RigVMGraphFunctionDefinition.h | ||
| CompilationData | FRigVMFunctionCompilationData | RigVMCore/RigVMGraphFunctionDefinition.h | ||
| Header | FRigVMGraphFunctionHeader | RigVMCore/RigVMGraphFunctionDefinition.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ClearCompilationData() |
RigVMCore/RigVMGraphFunctionDefinition.h | ||
FRigVMOperand GetOperandForArgument
(
const FName& InArgumentName |
RigVMCore/RigVMGraphFunctionDefinition.h | ||
bool IsAnyOperandSharedAcrossArguments() |
RigVMCore/RigVMGraphFunctionDefinition.h | ||
bool IsMutable() |
RigVMCore/RigVMGraphFunctionDefinition.h | ||
bool PatchSharedArgumentOperandsIfRequired() |
RigVMCore/RigVMGraphFunctionDefinition.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FRigVMGraphFunctionData * FindFunctionData
(
const FRigVMGraphFunctionIdentifier& InIdentifier, |
RigVMCore/RigVMGraphFunctionDefinition.h | ||
static FRigVMGraphFunctionData * FindFunctionData
(
const FSoftObjectPath& InHostObjectPath, |
RigVMCore/RigVMGraphFunctionDefinition.h | ||
| RigVMCore/RigVMGraphFunctionDefinition.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FRigVMGraphFunctionData& Other |
RigVMCore/RigVMGraphFunctionDefinition.h |
Deprecated Variables
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SerializedCollapsedNode_DEPRECATED | FString | RigVMCore/RigVMGraphFunctionDefinition.h |