Merge pull request #4 from matfrem/patch-1

Changed DefaultUiThemePath path to match UE4.27
This commit is contained in:
Steve Streeting 2022-03-03 12:43:58 +00:00 committed by GitHub
commit 8871361a77
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] [/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. That ".UiTheme" postfix is required, it's how UE knows what the type is.