mirror of
https://github.com/sinbad/StevesUEHelpers.git
synced 2025-02-23 17:45:23 +00:00
Fix intermittent "Failed to load Outer" error #9
This commit is contained in:
parent
fe126f95a3
commit
d6fc3c95fa
13
ReadMe.md
13
ReadMe.md
@ -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".
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
{
|
{
|
||||||
"Name" : "StevesUEHelpers",
|
"Name" : "StevesUEHelpers",
|
||||||
"Type" : "Runtime",
|
"Type" : "Runtime",
|
||||||
"LoadingPhase" : "Default"
|
"LoadingPhase" : "PreDefault"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Plugins": [
|
"Plugins": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user