Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/USequentialPartialNetBlobHandler
Description
A call will result in an error. Either override or use an external NetBlobAssembler instead and forward the final assembled blob to the appropriate handler.
Virtual Inheritance
- INetBlobReceiver::OnNetBlobReceived → UNetBlobHandler::OnNetBlobReceived → USequentialPartialNetBlobHandler::OnNetBlobReceived
| Name | OnNetBlobReceived |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/NetBlob/SequentialPartialNetBlobHandler.h |
| Include Path | #include "Iris/ReplicationSystem/NetBlob/SequentialPartialNetBlobHandler.h" |
| Source | /Engine/Source/Runtime/Net/Iris/Private/Iris/ReplicationSystem/NetBlob/SequentialPartialNetBlobHandler.cpp |
virtual void OnNetBlobReceived
(
UE::Net::FNetSerializationContext & Context,
const TRefCountPtr < FNetBlob > & NetBlob
)