Navigation
API > API/Developer > API/Developer/TraceServices
| Name | FMemoryTagInfo |
| Type | struct |
| Header File | /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/Memory.h |
| Include Path | #include "TraceServices/Model/Memory.h" |
Syntax
struct FMemoryTagInfo
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| InvalidTagId | FMemoryTagId | TraceServices/Model/Memory.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Id | FMemoryTagId | The unique identifier of the memory tag. | TraceServices/Model/Memory.h | |
| Name | FString | The name of the memory tag. | TraceServices/Model/Memory.h | |
| ParentId | FMemoryTagId | The id of the parent tag, 0 if no parent. | TraceServices/Model/Memory.h | |
| TagSetId | FMemoryTagSetId | The set id of the memory tag. | TraceServices/Model/Memory.h | |
| Trackers | uint64 | Bit flags for trackers using this memory tag. | TraceServices/Model/Memory.h |