Navigation
API > API/Runtime > API/Runtime/Core
Whether PRIVATE_GIsRunningHybridCookedEditor has been initialized
The global memory allocator. Most callers should use FMemory::Malloc instead of accessing GMalloc directly. FMemory wraps GMalloc but also provides low-level memory tracking and AutoRTFM support.
| Name | UE::Private::ERefCountIsQueryable |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/Async/AtomicRefCount.h |
| Include Path | #include "Async/AtomicRefCount.h" |
Syntax
namespace UE
{
namespace Private
{
enum ERefCountIsQueryable
{
Yes = true,
No = false,
}
}
}
Values
| Name | Remarks |
|---|---|
| Yes | |
| No |