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