Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/TLazySingleton
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/LazySingleton.h |
Include | #include "Misc/LazySingleton.h" |
static T & Get()
Remarks
Creates singleton once on first call. Thread-safe w.r.t. other Get() calls. Do not call after TearDown().