I am trying to update a const within ExponentialHeightFogComponent.
I'm currently resorting to running it through the ConsoleCommand method:
However I'd like to do it through a normal method call. Could anyone comment on how I can change class consts like this?
Thanks in advance.
I'm currently resorting to running it through the ConsoleCommand method:
Code:
ConsoleCommand("set"@Fog.Component.Name@"FogDensity 0.1");
Thanks in advance.
Comment