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

Function GetActiveStepMode

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

Source from the content-addressed store, hash-verified

104 void SetActiveSessionIdForTest(const FString& Id) { ActiveSessionId = Id; }
105
106 EStepMode GetActiveStepMode() const { return ActiveStepMode; }
107 void SetActiveStepMode(EStepMode NewMode);
108
109 EObservationLevel GetActiveObservationLevel() const { return ActiveObservationLevel; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected