You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#jira none #preflight 626b39537b452ddd55264e82 #fyi Alejandro.Arango [CL 19974661 by Andrey Yamashev in ue5-main branch]
15 lines
600 B
C++
15 lines
600 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "DisplayClusterProjectionLog.h"
|
|
|
|
|
|
DEFINE_LOG_CATEGORY(LogDisplayClusterProjection);
|
|
DEFINE_LOG_CATEGORY(LogDisplayClusterProjectionCamera);
|
|
DEFINE_LOG_CATEGORY(LogDisplayClusterProjectionDomeprojection);
|
|
DEFINE_LOG_CATEGORY(LogDisplayClusterProjectionEasyBlend);
|
|
DEFINE_LOG_CATEGORY(LogDisplayClusterProjectionManual);
|
|
DEFINE_LOG_CATEGORY(LogDisplayClusterProjectionMesh);
|
|
DEFINE_LOG_CATEGORY(LogDisplayClusterProjectionMPCDI);
|
|
DEFINE_LOG_CATEGORY(LogDisplayClusterProjectionSimple);
|
|
DEFINE_LOG_CATEGORY(LogDisplayClusterProjectionVIOSO);
|