FSendBunchInfo

All the data required for writing sent bunches to the profiler stream

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Net/NetworkProfiler.h

Include

#include "Net/NetworkProfiler.h"

Syntax

struct FSendBunchInfo

Remarks

All the data required for writing sent bunches to the profiler stream

Variables

Name Description

Public variable

uint16

 

ChannelIndex

Public variable

uint32

 

ChannelTypeNameIndex

Public variable

uint16

 

NumHeaderBits

Public variable

uint16

 

NumPayloadBits

Constructors

Name Description

Public function

FSendBunchInfo()

Public function

FSendBunchInfo

(
    uint16 InChannelIndex,
    uint32 InChannelTypeNameIndex,
    uint16 InNumHeaderBits,
    uint16 InNumPayloadBits
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss