Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMCore
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMVariant.h |
| Include | #include "RigVMCore/RigVMVariant.h" |
Syntax
USTRUCT (BlueprintType )
struct FRigVMVariantRef
Remarks
This struct should not be serialized. It is generated on demand.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSoftObjectPath | ObjectPath | ||
| FRigVMVariant | Variant |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRigVMVariantRef
(
const FSoftObjectPath& InPath, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FRigVMVariantRef& Other |