Navigation
API > API/Plugins > API/Plugins/RigVM
| Name | FRigVMGraphFunctionIdentifier |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMGraphFunctionDefinition.h |
| Include Path | #include "RigVMCore/RigVMGraphFunctionDefinition.h" |
Syntax
USTRUCT (BlueprintType )
struct FRigVMGraphFunctionIdentifier
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| RigVMCore/RigVMGraphFunctionDefinition.h | |||
FRigVMGraphFunctionIdentifier
(
FSoftObjectPath InHostObject, |
RigVMCore/RigVMGraphFunctionDefinition.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| GetVariantRefsByGuidFunc | TFunction< TArray< FRigVMVariantRef >(const FGuid &InGuid)> | RigVMCore/RigVMGraphFunctionDefinition.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| HostObject | FSoftObjectPath | A path to the IRigVMGraphFunctionHost that stores the function information, and compilation data (e.g. RigVMBlueprintGeneratedClass) | RigVMCore/RigVMGraphFunctionDefinition.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LibraryNodePath | FString | RigVMCore/RigVMGraphFunctionDefinition.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FName GetFunctionFName() |
RigVMCore/RigVMGraphFunctionDefinition.h | ||
FString GetFunctionName() |
RigVMCore/RigVMGraphFunctionDefinition.h | ||
FString & GetLibraryNodePath() |
RigVMCore/RigVMGraphFunctionDefinition.h | ||
FSoftObjectPath GetNodeSoftPath() |
RigVMCore/RigVMGraphFunctionDefinition.h | ||
TArray< FRigVMGraphFunctionIdentifier > GetVariantIdentifiers
(
bool bIncludeSelf |
RigVMCore/RigVMGraphFunctionDefinition.h | ||
TArray< FRigVMVariantRef > GetVariants
(
bool bIncludeSelf |
RigVMCore/RigVMGraphFunctionDefinition.h | ||
bool IsValid() |
RigVMCore/RigVMGraphFunctionDefinition.h | ||
bool IsVariant() |
RigVMCore/RigVMGraphFunctionDefinition.h | ||
bool IsVariantOf
(
const FRigVMGraphFunctionIdentifier& InOther |
RigVMCore/RigVMGraphFunctionDefinition.h | ||
void SetLibraryNodePath
(
const FString& InPath |
RigVMCore/RigVMGraphFunctionDefinition.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FRigVMGraphFunctionIdentifier& Other |
RigVMCore/RigVMGraphFunctionDefinition.h |
Deprecated Variables
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LibraryNode_DEPRECATED | FSoftObjectPath | RigVMCore/RigVMGraphFunctionDefinition.h |
|