UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
NetBlob.h File Reference

Go to the source code of this file.

Classes

struct  UE::Net::FNetBlobCreationInfo
 
class  UE::Net::FNetBlob
 
struct  UE::Net::FNetBlob::FQuantizedBlobState
 
class  UE::Net::FNetObjectAttachment
 

Namespaces

namespace  UE
 
namespace  UE::Net
 
namespace  UE::Net::Private
 

Typedefs

typedef uint32 UE::Net::FNetBlobType
 

Enumerations

enum class  UE::Net::ENetBlobFlags : uint32 {
  UE::Net::None = 0 , UE::Net::Reliable = 1U << 0U , UE::Net::RawDataNetBlob = Reliable << 1U , UE::Net::HasExports = RawDataNetBlob << 1U ,
  UE::Net::Ordered = HasExports << 1U
}
 

Functions

 UE::Net::ENUM_CLASS_FLAGS (ENetBlobFlags)
 

Variables

constexpr FNetBlobType UE::Net::InvalidNetBlobType = ~FNetBlobType(0)