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