You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
46 lines
917 B
Plaintext
46 lines
917 B
Plaintext
|
|
{
|
||
|
|
"FileVersion" : 3,
|
||
|
|
"Version" : 1,
|
||
|
|
"VersionName" : "0.1",
|
||
|
|
"FriendlyName" : "Data Interface Graph",
|
||
|
|
"Description" : "Framework for defining functional data flow for animation systems",
|
||
|
|
"Category" : "Animation",
|
||
|
|
"CreatedBy" : "Epic Games, Inc.",
|
||
|
|
"CreatedByURL" : "http://epicgames.com",
|
||
|
|
"DocsURL" : "",
|
||
|
|
"MarketplaceURL" : "",
|
||
|
|
"SupportURL" : "",
|
||
|
|
"EnabledByDefault" : false,
|
||
|
|
"CanContainContent" : false,
|
||
|
|
"IsBetaVersion" : true,
|
||
|
|
"Installed" : false,
|
||
|
|
"Plugins": [
|
||
|
|
{
|
||
|
|
"Name": "DataInterface",
|
||
|
|
"Enabled": true
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"Name": "ControlRig",
|
||
|
|
"Enabled": true
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"Modules" :
|
||
|
|
[
|
||
|
|
{
|
||
|
|
"Name" : "DataInterfaceGraph",
|
||
|
|
"Type" : "Runtime",
|
||
|
|
"LoadingPhase" : "Default"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"Name" : "DataInterfaceGraphEditor",
|
||
|
|
"Type" : "Editor",
|
||
|
|
"LoadingPhase" : "Default"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"Name" : "DataInterfaceGraphUncookedOnly",
|
||
|
|
"Type" : "UncookedOnly",
|
||
|
|
"LoadingPhase" : "Default"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|