Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UControlChannel
Description
Inspects the packet for endianess information. Validates this information against what the client sent. If anything seems wrong, the connection is closed
| Name | CheckEndianess |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/ControlChannel.h |
| Include Path | #include "Engine/ControlChannel.h" |
| Source | /Engine/Source/Runtime/Engine/Private/DataChannel.cpp |
bool CheckEndianess
(
FInBunch & Bunch
)
true if the packet is good, false otherwise (closes socket)
Parameters
| Name | Remarks |
|---|---|
| Bunch | the packet to inspect |