#include <FastArrayReplicationFragmentInternal.h>
|
| static IRISCORE_API void | InternalCopyArrayElement (const FReplicationStateDescriptor *ArrayElementDescriptor, void *RESTRICT Dst, const void *RESTRICT Src) |
| |
| static IRISCORE_API bool | InternalCompareArrayElement (const FReplicationStateDescriptor *ArrayElementDescriptor, void *RESTRICT Dst, const void *RESTRICT Src) |
| |
| static IRISCORE_API void | InternalDequantizeFastArray (FNetSerializationContext &Context, uint8 *RESTRICT DstExternalBuffer, const uint8 *RESTRICT SrcInternalBuffer, const FReplicationStateDescriptor *FastArrayPropertyDescriptor) |
| |
| static IRISCORE_API void | InternalPartialDequantizeFastArray (FReplicationStateApplyContext &Context, uint8 *RESTRICT DstExternalBuffer, const uint8 *RESTRICT SrcInternalBuffer, const FReplicationStateDescriptor *FastArrayPropertyDescriptor) |
| |
| static IRISCORE_API void | InternalDequantizeExtraProperties (FNetSerializationContext &Context, uint8 *RESTRICT DstExternalBuffer, const uint8 *RESTRICT SrcInternalBuffer, const FReplicationStateDescriptor *Descriptor) |
| |
| static IRISCORE_API void | ToString (FStringBuilderBase &StringBuilder, const uint8 *ExternalStateBuffer, const FReplicationStateDescriptor *FastArrayPropertyDescriptor) |
| |
◆ FFastArrayReplicationFragmentBase()
◆ ~FFastArrayReplicationFragmentBase()
| UE::Net::Private::FFastArrayReplicationFragmentBase::~FFastArrayReplicationFragmentBase |
( |
| ) |
|
|
protectedvirtualdefault |
◆ CollectOwner()
Optional method required for backwards compatibility mode which is used to propagate required calls to Pre/PostNetReceive/PostRepNotifies.
Reimplemented from UE::Net::FReplicationFragment.
◆ GetArrayElementDescriptor()
◆ GetFastArrayPropertyStructDescriptor()
| const FReplicationStateDescriptor * UE::Net::Private::FFastArrayReplicationFragmentBase::GetFastArrayPropertyStructDescriptor |
( |
| ) |
const |
|
protected |
◆ InternalCompareArrayElement()
◆ InternalCopyArrayElement()
◆ InternalDequantizeExtraProperties()
◆ InternalDequantizeFastArray()
◆ InternalPartialDequantizeFastArray()
◆ Register()
◆ ToString()
◆ Owner
| UObject* UE::Net::Private::FFastArrayReplicationFragmentBase::Owner |
|
protected |
◆ ReplicationState
◆ ReplicationStateDescriptor
◆ WrappedArrayOffsetRelativeFastArraySerializerProperty
| SIZE_T UE::Net::Private::FFastArrayReplicationFragmentBase::WrappedArrayOffsetRelativeFastArraySerializerProperty |
|
protected |
The documentation for this class was generated from the following files: