Navigation
Unreal Engine C++ API Reference > Developer > TraceServices > TraceServices > Model
References
Module | TraceServices |
Header | /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/Memory.h |
Include | #include "TraceServices/Model/Memory.h" |
Syntax
struct FMemoryTagInfo
Variables
Type | Name | Description |
---|---|---|
FMemoryTagId | Id | Unique identifier of the llm tag. |
FString | Name | Name of the stat associated with the llm tag. |
FMemoryTagId | ParentId | Id of parent, 0 if no parent. |
uint64 | Trackers | Bit flags for trackers using this llm tag. |
Constants
Name | Description |
---|---|
InvalidTagId |