Files
UnrealEngineUWP/Engine/Plugins/Runtime/nDisplay/nDisplay.uplugin
Patrick Boutot b67ff68e04 Copying //UE4/Dev-VirtualProduction to //UE4/Dev-Tools-Staging @ 11168401
#rb none
#rnx

[CL 11170710 by Patrick Boutot in Dev-Tools-Staging branch]
2020-01-29 18:45:15 -05:00

115 lines
2.1 KiB
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "nDisplay",
"CreatedBy": "Epic Games Inc",
"CreatedByURL": "http://epicgames.com",
"Description": "Support for synchronized clustered rendering using multiple PCs in mono or stereo",
"Category": "Misc",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": true,
"IsBetaVersion": true,
"Installed": false,
"SupportedTargetPlatforms": [ "Win64" ],
"Modules": [
{
"Name": "DisplayCluster",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Win64"
]
},
{
"Name": "DisplayClusterEditor",
"Type": "Editor",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Win64"
]
},
{
"Name": "DisplayClusterInput",
"Type": "Runtime",
"LoadingPhase": "PostDefault",
"WhitelistPlatforms": [
"Win64"
]
},
{
"Name": "MPCDI",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"WhitelistPlatforms": [
"Win64"
]
},
{
"Name": "OutputRemap",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"WhitelistPlatforms": [
"Win64"
]
},
{
"Name": "DisplayClusterProjection",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Win64"
]
},
{
"Name": "DisplayClusterPostprocess",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Win64"
]
},
{
"Name": "PicpMPCDI",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"WhitelistPlatforms": [
"Win64"
]
},
{
"Name": "PicpProjection",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Win64"
]
},
{
"Name": "DisplayClusterMessageInterception",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Win64"
]
},
{
"Name": "DisplayClusterConfiguration",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"WhitelistPlatforms": [
"Win64"
]
}
],
"Plugins": [
{
"Name": "Composure",
"Enabled": true
}
]
}