MCRO
C++23 utilities for Unreal Engine.
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
Mcro::Once Namespace Reference

Data Structures

struct  FOnce
 Used for lambdas which supposed to run only once. The first time it is converted to bool it returns true but every other times it will return false. More...