Navigation
API > API/Plugins > API/Plugins/RigVM
| Name | TRigVMNativizedLazyValue |
| Type | class |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMNativized.h |
| Include Path | #include "RigVMCore/RigVMNativized.h" |
Syntax
template<typename ComputedType>
class TRigVMNativizedLazyValue : public TRigVMLazyValue< ComputedType >
Inheritance Hierarchy
- TRigVMLazyValueBase → TRigVMLazyValue → TRigVMNativizedLazyValue
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TRigVMNativizedLazyValue
(
const ComputedType& Value, |
RigVMCore/RigVMNativized.h | ||
TRigVMNativizedLazyValue
(
const ComputedType& Value, |
RigVMCore/RigVMNativized.h | ||
TRigVMNativizedLazyValue
(
const ComputedType& Value, |
RigVMCore/RigVMNativized.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~TRigVMNativizedLazyValue() |
RigVMCore/RigVMNativized.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LazyBranch | FRigVMLazyBranch | RigVMCore/RigVMNativized.h | ||
| NativizedMemoryHandle | FRigVMMemoryHandle | RigVMCore/RigVMNativized.h |
Functions
Public
Public Virtual
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator ComputedType &() |
RigVMCore/RigVMNativized.h | ||
operator const ComputedType &() |
RigVMCore/RigVMNativized.h |