UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Net::FNetBlobCreationInfo Struct Reference

#include <NetBlob.h>

Public Attributes

FNetBlobType Type = InvalidNetBlobType
 
ENetBlobFlags Flags = ENetBlobFlags::None
 

Detailed Description

Information typically passed to a FNetBlob at creation time. Flags will not be serialized unless the FNetBlob derived class chooses to do so.

Member Data Documentation

◆ Flags

ENetBlobFlags UE::Net::FNetBlobCreationInfo::Flags = ENetBlobFlags::None

◆ Type

FNetBlobType UE::Net::FNetBlobCreationInfo::Type = InvalidNetBlobType

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