Files
UnrealEngineUWP/Engine/Plugins/Runtime/GameInput/Source/GameInputBase/Public/GameInputLogging.h
ben hoffman 99422fd29f Add the "Game Input" and "Game Input Windows" plugins into the Engine folder.
Game Input is a next-gen input API

#jira UE-206418
#rb Josh.Adams

[FYI] Mickael.Gilabert

[CL 31381787 by ben hoffman in ue5-main branch]
2024-02-12 10:12:13 -05:00

7 lines
168 B
C

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "Logging/LogMacros.h"
GAMEINPUTBASE_API DECLARE_LOG_CATEGORY_EXTERN(LogGameInput, Log, All);