Files
UnrealEngineUWP/Engine/Plugins/Runtime/OculusLibrary/OculusLibrary.uplugin

23 lines
478 B
Plaintext
Raw Normal View History

{
"FileVersion" : 3,
"FriendlyName" : "Oculus Library",
"Version" : 1,
"VersionName" : "1.0",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"EngineVersion" : "4.2.0",
"Description" : "Function library for the Oculus Rift and GearVR HMDs",
"Category" : "Virtual Reality",
"EnabledByDefault" : true,
"Modules" :
[
{
"Name" : "OculusLibrary",
"Type" : "Runtime",
"WhitelistPlatforms" : [ "Win64", "Win32", "Android" ]
}
]
}