Navigation
API > API/Plugins > API/Plugins/AESGCMHandlerComponent
AESGCM Fault Handler - implements fault handling for AESGCM net errors, tied to the main NetConnection fault recovery implementation
| Name | FAESGCMFaultHandler |
| Type | class |
| Header File | /Engine/Plugins/Runtime/PacketHandlers/AESGCMHandlerComponent/Source/Public/AESGCMFaultHandler.h |
| Include Path | #include "AESGCMFaultHandler.h" |
Syntax
class FAESGCMFaultHandler : public UE::Net::FNetResultHandler
Inheritance Hierarchy
- FNetResultHandler → FAESGCMFaultHandler
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CounterIndex | int32 | This fault handlers allocated counter index, within the NetConnection FaultRecovery instance | AESGCMFaultHandler.h | |
| FaultRecovery | UE::Net::FNetConnectionFaultRecoveryBase * | The NetConnection FaultRecovery instance, which we forward fault counting to | AESGCMFaultHandler.h |