![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CoreTypes.h"#include "ProfilingDebugging/MemoryTrace.h"#include "Trace/Config.h"#include "Trace/Detail/LogScope.h"Go to the source code of this file.
Namespaces | |
| namespace | UE |
| namespace | UE::LLMPrivate |
Macros | |
| #define | UE_MEMORY_TAGS_TRACE_ENABLED 0 |
| #define | UE_MEMSCOPE(...) |
| #define | UE_MEMSCOPE_PTR(...) |
| #define | UE_MEMSCOPE_DEFAULT(...) |
| #define | UE_MEMSCOPE_UNINITIALIZED(...) |
| #define | UE_MEMSCOPE_ACTIVATE(...) |
Functions | |
| CORE_API int32 | MemoryTrace_AnnounceCustomTag (int32 Tag, int32 ParentTag, const TCHAR *Display) |
| CORE_API int32 | MemoryTrace_AnnounceFNameTag (const class FName &TagName) |
| CORE_API int32 | MemoryTrace_GetActiveTag () |
Variables | |
| constexpr int32 | TRACE_TAG = 257 |
| #define UE_MEMORY_TAGS_TRACE_ENABLED 0 |
| #define UE_MEMSCOPE | ( | ... | ) |
| #define UE_MEMSCOPE_ACTIVATE | ( | ... | ) |
| #define UE_MEMSCOPE_DEFAULT | ( | ... | ) |
| #define UE_MEMSCOPE_PTR | ( | ... | ) |
| #define UE_MEMSCOPE_UNINITIALIZED | ( | ... | ) |