UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
INetBlobReceiver Class Referenceabstract

#include <NetBlobHandler.h>

+ Inheritance diagram for INetBlobReceiver:

Public Member Functions

virtual TRefCountPtr< UE::Net::FNetBlobCreateNetBlob (const FNetBlobCreationInfo &) const =0
 
virtual void OnNetBlobReceived (UE::Net::FNetSerializationContext &Context, const TRefCountPtr< FNetBlob > &)=0
 

Protected Types

using FNetBlobCreationInfo = UE::Net::FNetBlobCreationInfo
 
using FNetBlob = UE::Net::FNetBlob
 

Detailed Description

Interface for being able to receive a NetBlob and forward it to the appropriate UNetBlobHandler.

Member Typedef Documentation

◆ FNetBlob

◆ FNetBlobCreationInfo

Member Function Documentation

◆ CreateNetBlob()

virtual TRefCountPtr< UE::Net::FNetBlob > INetBlobReceiver::CreateNetBlob ( const FNetBlobCreationInfo ) const
pure virtual

◆ OnNetBlobReceived()

virtual void INetBlobReceiver::OnNetBlobReceived ( UE::Net::FNetSerializationContext Context,
const TRefCountPtr< FNetBlob > &   
)
pure virtual

The documentation for this class was generated from the following file: