MCPcopy Create free account
hub / github.com/URLab-Sim/UnrealRoboticsLab / GetStepCounter

Function GetStepCounter

Source/URLab/Public/Bridge/RpcDispatcher.h:115–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 void SetUseJsonEncoding(bool bUse) { bUseJsonEncoding.store(bUse, std::memory_order_release); }
114
115 int64 GetStepCounter() const { return StepCounter.load(std::memory_order_acquire); }
116
117 /** Worker threads read the replay manager via this cache instead of
118 * TActorIterator (which asserts IsInGameThread). */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected