I wanted to get the player’s current lighting technology, considering that the player can change it using Bloxstrap.
However, the Technology property on Lighting is labeled as “Not Scriptable” on the documentation page, and that seems like it checks out.
This is an issue, as certain technologies can change the brightness of the game, potentially giving them an advantage.
Any ideas would be helpful, thanks in advance.
1 Like
I don’t think that’s possible because Technology Lighting Setting are supposed to be for serverside, meaning it do all clients in the game
BloxStrap modifies the FastFlags:
DFFlagDebugRenderForceTechnologyVoxel
FFlagDebugForceFutureIsBrightPhase2
FFlagDebugForceFutureIsBrightPhase3
Given these are FastFlags (Technically legal client modifications), as far as I know, game devs can’t really do much about this.
can’t. Technology disappears from lighting when the game is running.