Navigation
API > API/Plugins > API/Plugins/RigVM
The external variable can be used to map external / unowned memory into the VM and back out
| Name | FRigVMExternalVariableDef |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMExternalVariable.h |
| Include Path | #include "RigVMCore/RigVMExternalVariable.h" |
Syntax
USTRUCT (BlueprintType )
struct FRigVMExternalVariableDef
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMExternalVariableDef() |
RigVMCore/RigVMExternalVariable.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FName & GetBaseCPPType() |
RigVMCore/RigVMExternalVariable.h | ||
const UObject * GetCPPTypeObject () |
RigVMCore/RigVMExternalVariable.h | ||
UObject * GetCPPTypeObject () |
RigVMCore/RigVMExternalVariable.h | ||
const FName & GetExtendedCPPType() |
RigVMCore/RigVMExternalVariable.h | ||
const FGuid & GetGuid() |
RigVMCore/RigVMExternalVariable.h | ||
const FName & GetName() |
Void SetGuid(const FGuid& InGuid) { Guid = InGuid; } | RigVMCore/RigVMExternalVariable.h | |
const FProperty * GetProperty() |
RigVMCore/RigVMExternalVariable.h | ||
bool IsArray() |
RigVMCore/RigVMExternalVariable.h | ||
bool IsPublic() |
RigVMCore/RigVMExternalVariable.h | ||
bool IsReadOnly() |
RigVMCore/RigVMExternalVariable.h | ||
bool IsSameType
(
const FRigVMExternalVariableDef& InOther |
RigVMCore/RigVMExternalVariable.h | ||
bool IsValid() |
RigVMCore/RigVMExternalVariable.h | ||
void SetIsPublic
(
bool InIsPublic |
RigVMCore/RigVMExternalVariable.h | ||
void SetIsReadOnly
(
bool InIsReadOnly |
RigVMCore/RigVMExternalVariable.h | ||
void SetName
(
const FName& InName |
RigVMCore/RigVMExternalVariable.h | ||
void SetProperty
(
const FProperty* InProperty |
RigVMCore/RigVMExternalVariable.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CheckCPPTypeIntegrity() |
RigVMCore/RigVMExternalVariable.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FRigVMExternalVariableDef& Other |
RigVMCore/RigVMExternalVariable.h |