Changed DefaultUiThemePath path to match UE4.27

This commit is contained in:
Mat Frem 2022-03-02 19:21:04 +01:00 committed by GitHub
parent 2d50eadfdf
commit 517e46b6c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ to set this is by editing your DefaultGame.ini:
```
[/Script/StevesUEHelpers.StevesGameSubsystem]
DefaultUiThemePath="/Game/Path/To/YourUiThemeName.UiTheme"
DefaultUiThemePath="/Game/Path/To/DefaultUiTheme.DefaultUiTheme"
```
That ".UiTheme" postfix is required, it's how UE knows what the type is.