UControlChannel::CheckEndianess

Inspects the packet for endianess information.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/ControlChannel.h

Include

#include "Engine/ControlChannel.h"

Source

/Engine/Source/Runtime/Engine/Private/DataChannel.cpp

Syntax

bool CheckEndianess
(
    FInBunch & Bunch
)

Remarks

Inspects the packet for endianess information. Validates this information against what the client sent. If anything seems wrong, the connection is closed

Returns

true if the packet is good, false otherwise (closes socket)

Parameters

Parameter

Description

Bunch

the packet to inspect

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