11 lines
321 B
C++
11 lines
321 B
C++
|
// ------------------------------------------------
|
||
|
// Copyright Joe Marshall 2024- All Rights Reserved
|
||
|
// ------------------------------------------------
|
||
|
//
|
||
|
// Unreal specific log category definition.
|
||
|
// ------------------------------------------------
|
||
|
|
||
|
#include "UnrealLogging.h"
|
||
|
|
||
|
DEFINE_LOG_CATEGORY(LogDirectVideo);
|