Files
UnrealEngineUWP/Engine/Plugins/Runtime/nDisplay/nDisplay.uplugin
Marc Audy d0d44d11c6 nDisplay - added support for ProceduralMeshComponent as an input for mesh projection policy
#jira UETOOL-4423
#rb Alejandro.Arango, Vitalii.Boiko
#author peter.tarasenko

#ushell-cherrypick of 18435269 by Marc.Audy

[CL 18435420 by Marc Audy in ue5-release-engine-test branch]
2021-12-10 17:39:23 -05:00

150 lines
2.6 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",
"Linux"
],
"Modules": [
{
"Name": "DisplayCluster",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Linux"
]
},
{
"Name": "DisplayClusterEditor",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Linux"
]
},
{
"Name": "DisplayClusterProjection",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Linux"
]
},
{
"Name": "DisplayClusterPostprocess",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Linux"
]
},
{
"Name": "DisplayClusterShaders",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"PlatformAllowList": [
"Win64",
"Linux"
]
},
{
"Name": "DisplayClusterMessageInterception",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64"
]
},
{
"Name": "DisplayClusterConfiguration",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"PlatformAllowList": [
"Win64",
"Linux"
]
},
{
"Name": "DisplayClusterConfigurator",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Linux"
]
},
{
"Name": "DisplayClusterStageMonitoring",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64"
]
},
{
"Name": "DisplayClusterRemoteControlInterceptor",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Linux"
]
},
{
"Name": "DisplayClusterMultiUser",
"Type": "UncookedOnly",
"LoadingPhase": "PostEngineInit",
"PlatformAllowList": [
"Win64"
]
}
],
"Plugins": [
{
"Name": "Composure",
"Enabled": true
},
{
"Name": "ProceduralMeshComponent",
"Enabled": true
},
{
"Name": "TextureShare",
"Enabled": true
},
{
"Name": "ProceduralMeshComponent",
"Enabled": true
},
{
"Name": "RemoteControlInterception",
"Enabled": true
},
{
"Name": "ConcertSyncClient",
"Enabled": true
},
{
"Name": "VirtualProductionUtilities",
"Enabled": true
}
]
}