![]() |
MCRO
C++23 utilities for Unreal Engine.
|
Options for value thunks. More...
#include <ValueThunk.h>
Data Fields | |
| bool | Memoize = false |
| If Memoize is true and associated value thunk is functional, cache the result of the first invocation. This makes it basically a "lazy value". | |
Options for value thunks.
Definition at line 25 of file ValueThunk.h.
| bool Mcro::ValueThunk::FValueThunkOptions::Memoize = false |
If Memoize is true and associated value thunk is functional, cache the result of the first invocation. This makes it basically a "lazy value".
Definition at line 32 of file ValueThunk.h.