PacketHandler::SendHandlerPacket

Send a packet originating from a [HandlerComponent](API\Runtime\PacketHandler\HandlerComponent) - will process through the HandlerComponents chain, starting after the triggering component.

Windows
MacOS
Linux

References

Module

PacketHandler

Header

/Engine/Source/Runtime/PacketHandlers/PacketHandler/Public/PacketHandler.h

Include

#include "PacketHandler.h"

Source

/Engine/Source/Runtime/PacketHandlers/PacketHandler/Private/PacketHandler.cpp

Syntax

void SendHandlerPacket
(
    HandlerComponent * InComponent,
    FBitWriter & Writer,
    FOutPacketTraits & Traits
)

Remarks

Send a packet originating from a HandlerComponent - will process through the HandlerComponents chain, starting after the triggering component. NOTE: Requires that InitializeDelegates is called, with a valid LowLevelSend delegate.

Parameters

Parameter

Description

Component

The HandlerComponent sending the packet

Writer

The packet being sent

Traits

The traits applied to the packet, if applicable

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