![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <NetBlobHandler.h>
Inheritance diagram for INetBlobReceiver:Public Member Functions | |
| virtual TRefCountPtr< UE::Net::FNetBlob > | CreateNetBlob (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 |
Interface for being able to receive a NetBlob and forward it to the appropriate UNetBlobHandler.
|
protected |
|
protected |
|
pure virtual |
Implemented in UE::Net::Private::FNetBlobHandlerManager.
|
pure virtual |
Implemented in UE::Net::Private::FNetBlobHandlerManager.