![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <RepLayout.h>
Public Types | |
| using | ConstOrNotVoid = TCopyQualifiersFromTo_T< ConstOrNotType, void > |
Public Member Functions | |
| TRepDataBufferBase (ConstOrNotVoid *RESTRICT InDataBuffer) | |
| operator bool () const | |
| operator ConstOrNotType * () const | |
Public Attributes | |
| ConstOrNotType *RESTRICT | Data |
Static Public Attributes | |
| static constexpr ERepDataBufferType | Type = DataType |
Friends | |
| TRepDataBufferBase | operator+ (TRepDataBufferBase InBuffer, int32 Offset) |
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.
| using UE_RepLayout_Private::TRepDataBufferBase< DataType, ConstOrNotType >::ConstOrNotVoid = TCopyQualifiersFromTo_T<ConstOrNotType, void> |
|
inline |
|
inlineexplicit |
|
inline |
|
friend |
| ConstOrNotType* RESTRICT UE_RepLayout_Private::TRepDataBufferBase< DataType, ConstOrNotType >::Data |
|
staticconstexpr |