Fix intermittent "Failed to load Outer" error #9

This commit is contained in:
Steve Streeting 2023-05-11 11:41:10 +01:00
parent fe126f95a3
commit d6fc3c95fa
2 changed files with 14 additions and 1 deletions

View File

@ -64,6 +64,19 @@ public class YourProject : ModuleRules
``` ```
It's also worth adding `StevesUEHelpers` to your own .uproject as a plugin reference:
```
"Plugins": [
...
{
"Name": "StevesUEHelpers",
"Enabled": true
},
...
```
After adding this you should right-click your .uproject file and "Generate Visual After adding this you should right-click your .uproject file and "Generate Visual
Studio Project Files". Studio Project Files".

View File

@ -19,7 +19,7 @@
{ {
"Name" : "StevesUEHelpers", "Name" : "StevesUEHelpers",
"Type" : "Runtime", "Type" : "Runtime",
"LoadingPhase" : "Default" "LoadingPhase" : "PreDefault"
} }
], ],
"Plugins": [ "Plugins": [