Files
Devin Doucette 78b4dfd59b DDC: Fixed untagged allocations by capturing tags in tasks
#jira UE-154013
#preflight 6335f0ffc37844870abec3f3
#rb Matt.Peters

[CL 22254430 by Devin Doucette in ue5-main branch]
2022-09-29 16:11:35 -04:00

15 lines
254 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "HAL/LowLevelMemTracker.h"
namespace UE::DerivedData
{
LLM_DECLARE_TAG(DerivedData);
LLM_DECLARE_TAG(DerivedDataBuild);
LLM_DECLARE_TAG(DerivedDataCache);
} // UE::DerivedData