![]() |
MCRO
C++23 utilities for Unreal Engine.
|
#include "CoreMinimal.h"#include "Mcro/Concepts.h"#include "Mcro/FunctionTraits.h"#include "Mcro/Templates.h"Go to the source code of this file.
Data Structures | |
| struct | Mcro::ValueThunk::FValueThunkOptions |
| Options for value thunks. More... | |
| struct | Mcro::ValueThunk::TValueThunk< T > |
| Either a singular value of T, or a function returning T. It's very similar to TAttribute, however it doesn't rely on delegates, and has implicit conversions. TValueThunk owns its wrapped value. More... | |
Namespaces | |
| namespace | Mcro |
| namespace | Mcro::ValueThunk |
Definition in file ValueThunk.h.