Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/Iris > API/Runtime/IrisCore/Iris/ReplicationSystem > API/Runtime/IrisCore/Iris/ReplicationSystem/NetBlob
References
| Module | IrisCore |
| Header | /Engine/Source/Runtime/Experimental/Iris/Core/Public/Iris/ReplicationSystem/NetBlob/NetBlobAssembler.h |
| Include | #include "Iris/ReplicationSystem/NetBlob/NetBlobAssembler.h" |
Syntax
class FNetBlobAssembler
Remarks
Utility class to reassemble split blobs. Partial blobs need to be added in order and represent the same blob until it's assembled or an error occurs.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddPartialNetBlob
(
FNetSerializationContext& Context, |
Add the next expected part of the split blob. | |
| TRefCountPtr< FNetBlob > | Assemble
(
FNetSerializationContext& Context |
Assemble all parts of the split blob. | |
| void | Init
(
const FNetBlobAssemblerInitParams& InitParams |
Initialize the NetBlobAssembler. | |
| bool | Returns true if all parts of the split blob have been added and is ready to be assembled. |