MCRO
C++23 utilities for Unreal Engine.
|
Data Structures | |
struct | TInitializeOnCopy |
A type wrapper around a default initializeable object which may not be copyable but which needs to be a member of a copyable class. On each instance of such class the wrapped value may not need to be copied and default constructing it is enough. Useful for mutexes for example. More... | |