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&40;BlueprintType&41;
struct FRigVMGraphFunctionIdentifier
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSoftObjectPath | HostObject | A path to the IRigVMGraphFunctionHost that stores the function information, and compilation data (e.g. ControlRigBlueprintGeneratedClass) | |
| FSoftObjectPath | LibraryNode |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRigVMGraphFunctionIdentifier
(
FSoftObjectPath InHostObject, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FRigVMGraphFunctionIdentifier& Other |