You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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]
7 lines
168 B
C
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); |