Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/StatelessConnectHandlerComponent
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
Virtual Inheritance
- HandlerComponent::SupportsParallelConnectionOutgoing → StatelessConnectHandlerComponent::SupportsParallelConnectionOutgoing
| Name | SupportsParallelConnectionOutgoing |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/PacketHandlers/StatelessConnectHandlerComponent.h |
| Include Path | #include "PacketHandlers/StatelessConnectHandlerComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/PacketHandlers/StatelessConnectHandlerComponent.cpp |
virtual bool SupportsParallelConnectionOutgoing() const
Whether or not the above is supported