Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/FNetBlobAssembler
Description
Add the next expected part of the split blob. If it's the first part of a blob the effects of prior calls to this function are discarded.
| Name | AddPartialNetBlob |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/NetBlob/NetBlobAssembler.h |
| Include Path | #include "Iris/ReplicationSystem/NetBlob/NetBlobAssembler.h" |
| Source | /Engine/Source/Runtime/Net/Iris/Private/Iris/ReplicationSystem/NetBlob/NetBlobAssembler.cpp |
void AddPartialNetBlob
(
FNetSerializationContext & Context,
FNetRefHandle RefHandle,
const TRefCountPtr < FPartialNetBlob > & PartialNetBlob
)
Parameters
| Name | Remarks |
|---|---|
| Context | FNetSerializationContext for error reporting. Call HasError() on it afterwards to check whether something went wrong. |
| NetHandle | The NetHandle needs to remain constant for every call until the original blob has been assembled or the first part of a new blob is added. |