You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#jira UE-154013 #preflight 6335f0ffc37844870abec3f3 #rb Matt.Peters [CL 22254430 by Devin Doucette in ue5-main branch]
15 lines
254 B
C++
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
|