You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
This represents UE4/Main @ 14432125 + some cherrypick fixes [CL 14468207 by Marc Audy in ue5-main branch]
11 lines
420 B
C
11 lines
420 B
C
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#pragma once
|
|
|
|
#include "CoreMinimal.h"
|
|
|
|
DECLARE_LOG_CATEGORY_EXTERN(LogDisplayClusterPostprocess, Log, All);
|
|
DECLARE_LOG_CATEGORY_EXTERN(LogDisplayClusterPostprocessOutputRemap, Log, All);
|
|
DECLARE_LOG_CATEGORY_EXTERN(LogDisplayClusterPostprocessTextureShare, Log, All);
|
|
DECLARE_LOG_CATEGORY_EXTERN(LogDisplayClusterPostprocessD3D12CrossGPU, Log, All);
|