UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
SlateMemoryTags.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
7
14#if ENABLE_LOW_LEVEL_MEM_TRACKER
15
16// Declare LLM tags, note that these can only be used by modules that include SlateCore
22
23// Declare stat groups per tag, definition and association with UI tag is done in .cpp
29
30#endif // ENABLE_LOW_LEVEL_MEM_TRACKER
#define TEXT(x)
Definition Platform.h:1272
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define DECLARE_LLM_MEMORY_STAT_EXTERN(CounterName, StatId, GroupId, API)
Definition LowLevelMemStats.h:51
#define LLM_DECLARE_TAG_API(...)
Definition LowLevelMemTracker.h:1117