Right now we are using the input record, save and playback to automate some playtests to gather performance stats and evaluate performance changes across new builds. The function describe in this ticket were kept behind a feature flag and are important for this task, making them widely available can prove to be useful in some cases.
Keeping in mind that these are debug functions and their purpose is not to be used in production games.
Describe the solution you'd like
The solution here will pass throw the series of tasks:
[ ] Remove the gxc_ from this set of functions
[ ] Remove them from the feature flag
Even though they were named gxc_ they are not actually platgform specific and should work across all platforms.
Is your feature request related to a problem?
Right now we are using the input record, save and playback to automate some playtests to gather performance stats and evaluate performance changes across new builds. The function describe in this ticket were kept behind a feature flag and are important for this task, making them widely available can prove to be useful in some cases.
Keeping in mind that these are debug functions and their purpose is not to be used in production games.
Describe the solution you'd like
The solution here will pass throw the series of tasks:
gxc_
from this set of functionsEven though they were named
gxc_
they are not actually platgform specific and should work across all platforms.Describe alternatives you've considered
No response
Additional context
No response