BuildConfiguration is inaccessible in 4.19

thanks alot! i’ve been trying to get it working for 2 weeks.
and also for

string PluginPath = Utils.MakePathRelativeTo(ModuleDirectory, BuildConfiguration.RelativeEnginePath);

you can change it into

string PluginPath = Utils.MakePathRelativeTo(ModuleDirectory, Target.RelativeEnginePath);

to fix that issue :smiley:

1 Like