You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#preflight 62471b2edc6183e3f51a8a07 #preflight 62473c85f73c316f680acef9 [CL 19592606 by Patrick Boutot in ue5-main branch]
36 lines
724 B
Plaintext
36 lines
724 B
Plaintext
{
|
|
"FileVersion": 3,
|
|
|
|
"FriendlyName": "Model View ViewModel",
|
|
"Version": 1,
|
|
"VersionName": "1.0",
|
|
"CreatedBy": "Epic Games, Inc.",
|
|
"CreatedByURL": "http://epicgames.com",
|
|
"Description": "A ViewModel plugin in for a Model View ViewModel pattern.",
|
|
"Category": "UI",
|
|
"EnabledByDefault": false,
|
|
"CanContainContent": false,
|
|
"IsBetaVersion": true,
|
|
"IsExperimentalVersion": true,
|
|
"Installed": false,
|
|
|
|
"Modules": [
|
|
{
|
|
"Name": "ModelViewViewModel",
|
|
"Type": "Runtime",
|
|
"LoadingPhase": "Default"
|
|
|
|
},
|
|
{
|
|
"Name": "ModelViewViewModelBlueprint",
|
|
"Type": "UncookedOnly",
|
|
"LoadingPhase": "Default"
|
|
},
|
|
{
|
|
"Name": "ModelViewViewModelEditor",
|
|
"Type": "Editor",
|
|
"LoadingPhase": "Default"
|
|
}
|
|
]
|
|
}
|