MeteredComputeEngine
Which engine's meter produced a quantity of compute units. "expression" is the model expression engine (player invokes, automations and timers); "studio_wasm" is developer-authored compute modules; "player_wasm" is the player compute tier, which has its own tables and its own billed metric.
enum MeteredComputeEngine {
EXPRESSION
STUDIO_WASM
PLAYER_WASM
}
Values
MeteredComputeEngine.EXPRESSION
The model expression engine: gameModelInvoke, automation runs and timer fires.
MeteredComputeEngine.STUDIO_WASM
Developer-authored WASM compute modules.
MeteredComputeEngine.PLAYER_WASM
Player-authored WASM compute.
Member Of
EngineComputeUnits object