Navigation
API > API/Runtime > API/Runtime/PacketHandler > API/Runtime/PacketHandler/HandlerComponent
- HandlerComponent::CanReadUnaligned()
- StatelessConnectHandlerComponent::CanReadUnaligned()
References
| Module | PacketHandler |
| Header | /Engine/Source/Runtime/PacketHandlers/PacketHandler/Public/PacketHandler.h |
| Include | #include "PacketHandler.h" |
virtual bool CanReadUnaligned&40;&41; const
Remarks
Whether or not the Incoming/IncomingConnectionless implementations, support reading Packets that aren't aligned at bit position 0 (i.e. whether or not this handler supports bit-level, rather than byte-level, reads) Whether or not the above is supported