#include <AttachmentReplication.h>
|
| bool | Enqueue (ENetObjectAttachmentType Type, uint32 ObjectIndex, TArrayView< const TRefCountPtr< FNetBlob > > Attachments) |
| |
| bool | HasUnsentAttachments (ENetObjectAttachmentType Type, uint32 ObjectIndex) const |
| |
| bool | HasUnsentUnreliableAttachments (ENetObjectAttachmentType Type, uint32 ObjectIndex) const |
| |
| bool | IsAllSentAndAcked (ENetObjectAttachmentType Type, uint32 ObjectIndex) const |
| |
| bool | IsAllReliableSentAndAcked (ENetObjectAttachmentType Type, uint32 ObjectIndex) const |
| |
| bool | AreAllObjectsReliableSentAndAcked () const |
| |
| bool | CanSendMoreReliableAttachments (ENetObjectAttachmentType Type, uint32 ObjectIndex) const |
| |
| bool | IsSafeToDestroy (ENetObjectAttachmentType Type, uint32 ObjectIndex) const |
| |
| void | DropAllAttachments (ENetObjectAttachmentType Type, uint32 ObjectIndex) |
| |
| SIZE_T | GetUnreliableAttachmentCount (ENetObjectAttachmentType Type, uint32 ObjectIndex) const |
| |
| void | DropUnreliableAttachments (ENetObjectAttachmentType Type, uint32 ObjectIndex, bool &bOutHasUnsentAttachments) |
| |
| EAttachmentWriteStatus | Serialize (FNetSerializationContext &Context, ENetObjectAttachmentType Type, uint32 ObjectIndex, FNetRefHandle RefHandle, FCommitRecord &OutRecord, bool &bOutHasUnsentAttachments) |
| |
| void | CommitReplicationRecord (ENetObjectAttachmentType Type, uint32 ObjectIndex, const FCommitRecord &Record) |
| |
| void | ProcessPacketDeliveryStatus (EPacketDeliveryStatus Status, ENetObjectAttachmentType Type, uint32 ObjectIndex, const FReliableReplicationRecord &Record) |
| |
◆ FCommitRecord
◆ FReliableReplicationRecord
◆ AreAllObjectsReliableSentAndAcked()
| bool UE::Net::Private::FNetObjectAttachmentsWriter::AreAllObjectsReliableSentAndAcked |
( |
| ) |
const |
◆ CanSendMoreReliableAttachments()
◆ CommitReplicationRecord()
◆ DropAllAttachments()
◆ DropUnreliableAttachments()
◆ Enqueue()
◆ GetUnreliableAttachmentCount()
◆ HasUnsentAttachments()
◆ HasUnsentUnreliableAttachments()
◆ IsAllReliableSentAndAcked()
◆ IsAllSentAndAcked()
◆ IsSafeToDestroy()
◆ ProcessPacketDeliveryStatus()
◆ Serialize()
The documentation for this class was generated from the following files: