Navigation API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Net References Module Engine Header /Engine/Source/Runtime/Engine/Public/Net/RepLayout.h Include #include "Net/RepLayout.h" Syntax template<ERepDataBufferType DataType, typename ConstOrNotType> struct TRepDataBufferBase Copy full snippettemplate<ERepDataBufferType DataType, typename ConstOrNotType> struct TRepDataBufferBase Remarks TRepDataBuffer and TConstRepDataBuffer act as wrapper around internal data buffers that FRepLayout may use. This allows FRepLayout to properly interact with memory buffers and apply commands to them more easily. Variables Type Name Description ConstOrNotType *RESTRICT Data Constructors Type Name Description TRepDataBufferBase ( ConstOrNotVoid*RESTRICT InDataBuffer ) Operators Type Name Description operator bool () operator ConstOrNotType * () Typedefs Name Description ConstOrNotVoid Constants Name Description Type