You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#jira UE-223880 #rnx [REVIEW] [at]gerard.martin #rb gerard.martin [CL 36258183 by jordi rovira in 5.5 branch]
53 lines
994 B
Plaintext
53 lines
994 B
Plaintext
{
|
|
"FileVersion": 1,
|
|
|
|
"FriendlyName": "Mutable",
|
|
"Version": 1,
|
|
"VersionName": "1.8.0",
|
|
"CreatedBy": "Epic Games, Inc.",
|
|
"Description": "Mutable adds the tools and runtime to create customizable objects for your games.",
|
|
"Category": "CustomizableObjects",
|
|
"Modules": [
|
|
{
|
|
"Name": "MutableRuntime",
|
|
"Type": "Runtime",
|
|
"LoadingPhase": "PreDefault"
|
|
},
|
|
{
|
|
"Name": "CustomizableObject",
|
|
"Type": "Runtime",
|
|
"LoadingPhase": "PreDefault"
|
|
},
|
|
{
|
|
"Name": "MutableTools",
|
|
"Type": "Editor",
|
|
"LoadingPhase": "PreDefault"
|
|
},
|
|
{
|
|
"Name": "MutableValidation",
|
|
"Type": "Editor",
|
|
"LoadingPhase": "PreDefault"
|
|
},
|
|
{
|
|
"Name": "CustomizableObjectEditor",
|
|
"Type": "Editor",
|
|
"LoadingPhase": "Default"
|
|
}
|
|
],
|
|
"Plugins": [
|
|
{
|
|
"Name": "SkeletalMerging",
|
|
"Enabled": true
|
|
},
|
|
{
|
|
"Name": "DataValidation",
|
|
"Enabled": true
|
|
}
|
|
],
|
|
|
|
"CanContainContent": true,
|
|
"IsExperimentalVersion": false,
|
|
"IsBetaVersion": true,
|
|
"EnabledByDefault": false
|
|
}
|