MCRO
C++23 utilities for Unreal Engine.
Loading...
Searching...
No Matches
Mcro::ValueThunk::FValueThunkOptions Struct Reference

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".
 

Detailed Description

Options for value thunks.

Definition at line 25 of file ValueThunk.h.

Field Documentation

◆ Memoize

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.


The documentation for this struct was generated from the following file: