Navigation
API > API/Runtime > API/Runtime/PacketHandler > API/Runtime/PacketHandler/HandlerComponent
Description
Whether or not this HandlerComponent supports running its Outgoing logic on multiple separate connections simultaneously. Any accesses on a per-connection basis are safe, but writing to Global/NetDriver properties are not
| Name | SupportsParallelConnectionOutgoing |
| Type | function |
| Header File | /Engine/Source/Runtime/PacketHandlers/PacketHandler/Public/PacketHandler.h |
| Include Path | #include "PacketHandler.h" |
virtual bool SupportsParallelConnectionOutgoing() const
Whether or not the above is supported