Files
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

14 lines
289 B
C

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "Stats/Stats.h"
// Logs
PCGCOMPUTE_API DECLARE_LOG_CATEGORY_EXTERN(LogPCGCompute, Log, All);
// Stats
DECLARE_STATS_GROUP(TEXT("PCGCompute"), STATGROUP_PCGCompute, STATCAT_Advanced)
LLM_DECLARE_TAG(PCGCompute);