Add FieldSystemEngine Extension to project modules

This commit is contained in:
Louis Hobbs 2023-01-31 21:28:10 +00:00
parent a0c125c424
commit c45a88bc0c
1 changed files with 10 additions and 1 deletions

View File

@ -9,7 +9,8 @@
"Type": "Runtime",
"LoadingPhase": "Default",
"AdditionalDependencies": [
"Engine"
"Engine",
"FieldSystemEngine"
]
}
],
@ -20,6 +21,14 @@
"TargetAllowList": [
"Editor"
]
},
{
"Name": "ApexDestruction",
"Enabled": true
},
{
"Name": "FieldSystemPlugin",
"Enabled": true
}
]
}