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

Function GetBufferStride

Source/URLab/Public/Transport/ShmRegion.h:107–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 uint8* GetSlot(uint32 Idx) const;
106
107 uint32 GetBufferStride() const { return BufferStride; }
108 uint32 GetNumBuffers() const { return NumBuffers; }
109
110 FString GetPath() const { return FilePath; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected