Files
UnrealEngineUWP/Engine/Plugins/Runtime/ModelViewViewModel/ModelViewViewModel.uplugin
Robb Surridge 610c467639 Update vendor links for built-in plugins to use secure protocol.
#jira UE-166823
#rb lauren.barnes
#preflight 6352b20b7261e565c476ec3b

[CL 22690089 by Robb Surridge in ue5-main branch]
2022-10-21 11:04:07 -04:00

36 lines
710 B
Plaintext

{
"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"
}
]
}