Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/Iris > API/Runtime/IrisCore/Iris/ReplicationSystem
Classes
| Type | Name | Description | |
|---|---|---|---|
| FNetBlob | |||
| FNetBlobAssembler | Utility class to reassemble split blobs. | ||
| FNetBlobAssemblerInitParams | |||
| FNetBlobCreationInfo | Information typically passed to a FNetBlob at creation time. | ||
| FNetObjectAttachment | FNetObjectAttachment serves as a base class for NetBlobs targeting a specific object. | ||
| FPartialNetBlob | |||
| FRawDataNetBlob | Helper class for stateless data, such as when arbitrary data has been serialized to a bitstream. | ||
| FReliableNetBlobQueue | Helper class to deliver blobs reliably in order. | ||
| FSequentialPartialNetBlobHandlerInitParams | |||
| FShrinkWrapNetBlob | A ShrinkWrapNetBlob is typically used on the sending side for data with multiple destinations. | ||
| INetBlobReceiver | Interface for being able to receive a NetBlob and forward it to the appropriate UNetBlobHandler. | ||
| UNetBlobHandler | A UNetBlobHandler is responsible for creating and processing a single type of NetBlob. | ||
| USequentialPartialNetBlobHandler | |||
| USequentialPartialNetBlobHandlerConfig |
Typedefs
| Name | Description |
|---|---|
| FNetBlobType |
Enums
| Type | Name | Description | |
|---|---|---|---|
| UE::Net::ENetBlobFlags | Flags that can be set at blob creation time. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| constexpr bool | |||
| constexpr ENetBlobFlags | UE::Net::operator&
(
ENetBlobFlags Lhs, |
||
| ENetBlobFlags & | UE::Net::operator&=
(
ENetBlobFlags& Lhs, |
||
| constexpr ENetBlobFlags | UE::Net::operator^
(
ENetBlobFlags Lhs, |
||
| ENetBlobFlags & | UE::Net::operator^=
(
ENetBlobFlags& Lhs, |
||
| constexpr ENetBlobFlags | UE::Net::operator|
(
ENetBlobFlags Lhs, |
||
| ENetBlobFlags & | UE::Net::operator|=
(
ENetBlobFlags& Lhs, |
||
| constexpr ENetBlobFlags |
Variables
| Type | Name | Description | |
|---|---|---|---|
| constexpr FNetBlobType | InvalidNetBlobType | Denotes an invalid NetBlob type. |