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 31381718 by ben hoffman in 5.4 branch]
30 lines
796 B
Plaintext
30 lines
796 B
Plaintext
{
|
|
"FileVersion": 3,
|
|
"FriendlyName": "Game Input Base",
|
|
"Version": 1,
|
|
"VersionName": "1.0",
|
|
"CreatedBy": "Epic Games, Inc.",
|
|
"CreatedByURL": "https://epicgames.com",
|
|
"Description": "GameInput is a next-generation input API that exposes input devices of all kinds through a single consistent interface.",
|
|
"Category": "Input Devices",
|
|
"EnabledByDefault": false,
|
|
"IsBetaVersion": false,
|
|
"CanContainContent": false,
|
|
"RequiresBuildPlatform": false,
|
|
"HasExplicitPlatforms": true,
|
|
"SupportedTargetPlatforms": [ "Win64" ],
|
|
"Modules": [
|
|
{
|
|
"Name": "GameInputBase",
|
|
"Type": "Runtime",
|
|
"LoadingPhase": "Default",
|
|
"HasExplicitPlatforms": true,
|
|
"PlatformAllowList": [ "Win64" ]
|
|
},
|
|
{
|
|
"Name": "GameInputBaseEditor",
|
|
"Type": "Editor",
|
|
"LoadingPhase": "Default"
|
|
}
|
|
]
|
|
} |