Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FMemory
Description
Set global allocator instead of creating it lazily on first allocation. Must only be called once and only if lazy init is disabled via a macro.
| Name | ExplicitInit |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/UnrealMemory.h |
| Include Path | #include "HAL/UnrealMemory.h" |
| Source | /Engine/Source/Runtime/Core/Private/HAL/UnrealMemory.cpp |
static void ExplicitInit
(
FMalloc & Allocator
)