Navigation
API > API/Runtime > API/Runtime/Engine
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TRepDataBufferBase< ERepDataBufferType::ObjectBuffer, ConstOrNotType > UE_RepLayout_Private::operator+
(
TRepDataBufferBase< ERepDataBufferType::ObjectBuffer, ConstOrNotType > InBuffer, |
Net/RepLayout.h | ||
static TRepDataBufferBase< ERepDataBufferType::ShadowBuffer, ConstOrNotType > UE_RepLayout_Private::operator+
(
const TRepDataBufferBase< ERepDataBufferType::ShadowBuffer, ConstOrNotType > InBuffer, |
Net/RepLayout.h |
UE_RepLayout_Private::operator+(TRepDataBufferBase< ERepDataBufferType::ObjectBuffer, ConstOrNotType >, const TLayoutCmdType &)
| Name | UE_RepLayout_Private::operator+ |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Net/RepLayout.h |
| Include Path | #include "Net/RepLayout.h" |
namespace UE_RepLayout_Private
{
template<typename TLayoutCmdType, typename ConstOrNotType>
static TRepDataBufferBase < ERepDataBufferType::ObjectBuffer , ConstOrNotType > UE_RepLayout_Private::operator+
(
TRepDataBufferBase < ERepDataBufferType::ObjectBuffer , ConstOrNotType > InBuffer,
const TLayoutCmdType & Cmd
)
}
UE_RepLayout_Private::operator+(const TRepDataBufferBase< ERepDataBufferType::ShadowBuffer, ConstOrNotType >, const TLayoutCmdType &)
| Name | UE_RepLayout_Private::operator+ |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Net/RepLayout.h |
| Include Path | #include "Net/RepLayout.h" |
namespace UE_RepLayout_Private
{
template<typename TLayoutCmdType, typename ConstOrNotType>
static TRepDataBufferBase < ERepDataBufferType::ShadowBuffer , ConstOrNotType > UE_RepLayout_Private::operator+
(
const TRepDataBufferBase < ERepDataBufferType::ShadowBuffer , ConstOrNotType > InBuffer,
const TLayoutCmdType & Cmd
)
}