kinect/codes/AzureKinectForUE/AzureKinect.uplugin

30 lines
758 B
Plaintext
Raw Permalink Normal View History

2024-03-06 15:31:40 +00:00
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Azure Kinect",
"Description": "Exposes Azure Kinect Support for integration into Unreal Engine Applications",
"Category": "Virtual Production",
"CreatedBy": "Ayumu Nagamatsu",
"CreatedByURL": "https://ayumu-nagamatsu.com/",
"DocsURL": "https://github.com/nama-gatsuo/AzureKinectForUE",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": true,
"IsExperimentalVersion": false,
"Installed": false,
"SupportedTargetPlatforms": [ "Win64" ],
"Modules": [
{
"Name": "AzureKinect",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "AzureKinectEditor",
"Type": "UncookedOnly",
"LoadingPhase": "Default"
}
]
}