Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/TRigVMModelCachedValue
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default empty constructor | RigVMModel/RigVMModelCachedValue.h | ||
TRigVMModelCachedValue
(
const VersionObjectType* InObject |
Constructor for an empty cache bound to a versioned object | RigVMModel/RigVMModelCachedValue.h | |
TRigVMModelCachedValue
(
VersionObjectType* InObject, |
Constructor for a valid cache bound to a versioned object | RigVMModel/RigVMModelCachedValue.h |
TRigVMModelCachedValue()
Description
Default empty constructor
| Name | TRigVMModelCachedValue |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMModelCachedValue.h |
| Include Path | #include "RigVMModel/RigVMModelCachedValue.h" |
TRigVMModelCachedValue()
TRigVMModelCachedValue(const VersionObjectType *)
Description
Constructor for an empty cache bound to a versioned object
| Name | TRigVMModelCachedValue |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMModelCachedValue.h |
| Include Path | #include "RigVMModel/RigVMModelCachedValue.h" |
TRigVMModelCachedValue
(
const VersionObjectType * InObject
)
TRigVMModelCachedValue(VersionObjectType *, const ValueType &)
Description
Constructor for a valid cache bound to a versioned object
| Name | TRigVMModelCachedValue |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMModelCachedValue.h |
| Include Path | #include "RigVMModel/RigVMModelCachedValue.h" |
TRigVMModelCachedValue
(
VersionObjectType * InObject,
const ValueType & InValue
)