Files
UnrealEngineUWP/Engine/Plugins/Runtime/ModelViewViewModel/ModelViewViewModel.uplugin
patrick boutot d0ed1b4807 MVVM: Change the description of the MVVM plugin.
#rb shirley.man

#ROBOMERGE-AUTHOR: patrick.boutot
#ROBOMERGE-SOURCE: CL 20758238 via CL 20758264 via CL 20758309
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v970-20704180)

[CL 20760486 by patrick boutot in ue5-main branch]
2022-06-21 13:13:55 -04:00

36 lines
709 B
Plaintext

{
"FileVersion": 3,
"FriendlyName": "UMG Viewmodel",
"Version": 1,
"VersionName": "1.0",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"Description": "A plugin to support the Viewmodel pattern in UMG.",
"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"
}
]
}