Fix packaging error, should be referencing Settings module

This commit is contained in:
Steve Streeting 2023-05-02 11:52:03 +01:00
parent d102c5de67
commit fe126f95a3

View File

@ -29,7 +29,8 @@ public class StevesUEHelpers : ModuleRules
"Slate",
"SlateCore",
"UMG",
"Paper2D",
"Paper2D",
"Settings"
}
);