TRepDataBufferBase

TRepDataBuffer and TConstRepDataBuffer act as wrapper around internal data buffers that [FRepLayout](API\Runtime\Engine\Net\FRepLayout) may use.

Windows
MacOS
Linux

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

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

Name Description

Public variable

ConstOrNotType ...

 

Data

Constructors

Name Description

Public function

TRepDataBufferBase

(
    ConstOrNotVoid*__restrict InDa...
)

Operators

Typedefs

Name

Description

ConstOrNotVoid

Constants

Name

Description

Type

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss