UDemoNetConnection::LowLevelSend

Sends a byte stream to the remote endpoint using the underlying socket

Windows
MacOS
Linux

Override Hierarchy

UNetConnection::LowLevelSend()

UDemoNetConnection::LowLevelSend()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/DemoNetConnection.h

Include

#include "Engine/DemoNetConnection.h"

Source

/Engine/Source/Runtime/Engine/Private/DemoNetDriver.cpp

Syntax

virtual void LowLevelSend
(
    void * Data,
    int32 CountBits,
    FOutPacketTraits & Traits
)

Remarks

Sends a byte stream to the remote endpoint using the underlying socket

Parameters

Parameter

Description

Data

The byte stream to send

CountBits

The length of the stream to send, in bits (to support bit-level additions to packets, from PacketHandler's)

Traits

Special traits for the packet, passed down from the NetConnection through the PacketHandler

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