Files
UnrealEngineUWP/Engine/Plugins/Runtime/ModelViewViewModel/ModelViewViewModel.uplugin
yoan stamant e6d36d7569 Remove references to deprecated plugin StructUtils (now part of CoreUObject)
#jira UE-216472
#rb devin.doucette

#changelist validated

[CL 34514179 by yoan stamant in ue5-main branch]
2024-06-19 17:04:50 -04:00

50 lines
953 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 Model-View-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"
},
{
"Name": "ModelViewViewModelDebugger",
"Type": "UncookedOnly",
"LoadingPhase": "Default"
},
{
"Name": "ModelViewViewModelDebuggerEditor",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
]
}