Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMCore
Inheritance Hierarchy
- TRigVMLazyValueBase
- TRigVMLazyValue
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMMemoryStorage.h |
| Include | #include "RigVMCore/RigVMMemoryStorage.h" |
Syntax
template<typename ComputedType>
struct TRigVMLazyValue : public TRigVMLazyValueBase
Remarks
A template container for a lazily computed value
Variables
| Type | Name | Description | |
|---|---|---|---|
| ComputedType | ConstValue |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TRigVMLazyValue
(
ComputedType InConstValue |
|||
TRigVMLazyValue
(
const TRigVMLazyValue< ComputedType >& InOther |
|||
TRigVMLazyValue
(
const TRigVMLazyValueBase& InOther |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const ComputedType & | Get
(
const FRigVMExecuteContext& ExecuteContext |