From 517e46b6c7585a97b55bb88a23b7829dc5f0b81b Mon Sep 17 00:00:00 2001 From: Mat Frem Date: Wed, 2 Mar 2022 19:21:04 +0100 Subject: [PATCH] Changed DefaultUiThemePath path to match UE4.27 --- doc/UiTheme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/UiTheme.md b/doc/UiTheme.md index 337e432..1e56968 100644 --- a/doc/UiTheme.md +++ b/doc/UiTheme.md @@ -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.