Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/FNetBlobAssembler
Description
Assemble all parts of the split blob.
IsReadyToAssemble() must return true before calling this function.
After this function has been called it may not be called again until a new blob is ready to be assembled.
| Name | Assemble |
| 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 |
TRefCountPtr < FNetBlob > Assemble
(
FNetSerializationContext & Context
)
The assembled blob.
Parameters
| Name | Remarks |
|---|---|
| Context | FNetSerializationContext for error reporting. Call HasError() on it afterwards to check whether something went wrong. |