Files
UnrealEngineUWP/Engine/Plugins/Runtime/ModelViewViewModel/ModelViewViewModel.uplugin

36 lines
710 B
Plaintext
Raw Normal View History

{
"FileVersion": 3,
"FriendlyName": "UMG Viewmodel",
"Version": 1,
"VersionName": "1.0",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://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"
}
]
}