You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#jira UE-166823 #rb lauren.barnes #preflight 6352b20b7261e565c476ec3b [CL 22690089 by Robb Surridge in ue5-main branch]
50 lines
932 B
Plaintext
50 lines
932 B
Plaintext
{
|
|
"FileVersion": 3,
|
|
"Version": 1,
|
|
"VersionName": "1.0",
|
|
"FriendlyName": "Texture Share",
|
|
"Description": "Share textures and data between processes",
|
|
"Category": "Virtual Production",
|
|
"CreatedBy": "Epic Games, Inc.",
|
|
"CreatedByURL": "https://epicgames.com",
|
|
"DocsURL": "",
|
|
"MarketplaceURL": "",
|
|
"SupportURL": "",
|
|
"EnabledByDefault": false,
|
|
"CanContainContent": true,
|
|
"IsBetaVersion": true,
|
|
"Installed": false,
|
|
"Modules": [
|
|
{
|
|
"Name": "TextureShareCore",
|
|
"Type": "Runtime",
|
|
"LoadingPhase": "PostConfigInit",
|
|
"PlatformAllowList": [
|
|
"Win64"
|
|
]
|
|
},
|
|
{
|
|
"Name": "TextureShare",
|
|
"Type": "Runtime",
|
|
"LoadingPhase": "Default",
|
|
"PlatformAllowList": [
|
|
"Win64"
|
|
]
|
|
},
|
|
{
|
|
"Name": "TextureShareDisplayCluster",
|
|
"Type": "Runtime",
|
|
"LoadingPhase": "PostDefault",
|
|
"PlatformAllowList": [
|
|
"Win64"
|
|
]
|
|
}
|
|
],
|
|
"Plugins": [
|
|
{
|
|
"Name": "nDisplay",
|
|
"Enabled": true
|
|
}
|
|
]
|
|
}
|