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

Function GetRepPath

Source/URLab/Public/Transport/ShmRpcTransport.h:82–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 /** Resolved on-disk paths (set after TransportInit). */
81 FString GetReqPath() const { return ReqPath; }
82 FString GetRepPath() const { return RepPath; }
83
84private:
85 FMjShmRegion ReqRegion; // bridge writes, UE reads

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected