You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
This represents UE4/Main @ 17030256 and Dev-PerfTest @ 17030553 [CL 17031509 by aurel cordonnier in ue5-release-engine-test branch]
43 lines
822 B
Plaintext
43 lines
822 B
Plaintext
{
|
|
"FileVersion": 1,
|
|
"Version": 1,
|
|
"VersionName": "1.0",
|
|
"FriendlyName": "DMX Engine",
|
|
"Description": "Functionality and assets for communication with DigitalMultiplexer (DMX) enabled devices",
|
|
"Category": "Virtual Production",
|
|
"CreatedBy": "Epic Games, Inc.",
|
|
"CreatedByURL": "http://epicgames.com",
|
|
"DocsURL": "",
|
|
"MarketplaceURL": "",
|
|
"SupportURL": "",
|
|
"CanContainContent": false,
|
|
"IsBetaVersion": false,
|
|
"Modules": [
|
|
{
|
|
"Name": "DMXRuntime",
|
|
"Type": "Runtime",
|
|
"LoadingPhase": "Default"
|
|
},
|
|
{
|
|
"Name": "DMXEditor",
|
|
"Type": "Editor",
|
|
"LoadingPhase": "Default"
|
|
},
|
|
{
|
|
"Name": "DMXBlueprintGraph",
|
|
"Type": "UncookedOnly",
|
|
"LoadingPhase": "Default"
|
|
}
|
|
],
|
|
"Plugins": [
|
|
{
|
|
"Name": "DMXProtocol",
|
|
"Enabled": true
|
|
},
|
|
{
|
|
"Name": "Takes",
|
|
"Enabled": true
|
|
}
|
|
]
|
|
}
|