Navigation
API > API/Runtime > API/Runtime/Engine
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.
| Name | TRepDataBufferBase |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/Net/RepLayout.h |
| Include Path | #include "Net/RepLayout.h" |
Syntax
template<ERepDataBufferType DataType, typename ConstOrNotType>
struct TRepDataBufferBase
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TRepDataBufferBase
(
ConstOrNotVoid*__restrict InDataBuffer |
Net/RepLayout.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ConstOrNotVoid | TCopyQualifiersFromTo_T< ConstOrNotType, void > | Net/RepLayout.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Type | ERepDataBufferType | Net/RepLayout.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Data | ConstOrNotType *__restrict | Net/RepLayout.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
Net/RepLayout.h | ||
operator ConstOrNotType *() |
Net/RepLayout.h |