unreal-engine-5-code-split / ue5-api-AESGCMHandlerComponent.jsonl
olympusmonsgames's picture
Uploaded 1,226 JSONL files
1c8bcca verified
{"className": "EAESGCMNetResult", "headerPath": "/Engine/Plugins/Runtime/PacketHandlers/AESGCMHandlerComponent/Source/Public/AESGCMFaultHandler.h", "description": "AESGCM net error types, for NetConnection fault handling", "module": "AESGCMHandlerComponent", "code": "enum EAESGCMNetResult { Unknown, Success, AESMissingIV, AESMissingAuthTag, AESMissingPayload, AESDecryptionFailed, AESZeroLastByte, }", "variables": []}
{"className": "FAESGCMFaultHandler", "headerPath": "/Engine/Plugins/Runtime/PacketHandlers/AESGCMHandlerComponent/Source/Public/AESGCMFaultHandler.h", "description": "AESGCM Fault Handler - implements fault handling for AESGCM net errors, tied to the main NetConnection fault recovery implementation", "module": "AESGCMHandlerComponent", "code": "class FAESGCMFaultHandler : public [UE::Net::FNetResultHandler](API\\Runtime\\NetCore\\Net\\Core\\Connection\\FNetResultHandler)", "variables": []}
{"className": "AuthTagSizeInBytes", "headerPath": "/Engine/Plugins/Runtime/PacketHandlers/AESGCMHandlerComponent/Source/Public/AESGCMHandlerComponent.h", "description": "", "module": "AESGCMHandlerComponent", "code": "static const int32 AuthTagSizeInBytes = 16;", "variables": []}
{"className": "BlockSizeInBytes", "headerPath": "/Engine/Plugins/Runtime/PacketHandlers/AESGCMHandlerComponent/Source/Public/AESGCMHandlerComponent.h", "description": "This handler uses AES256, which has 32-byte keys.", "module": "AESGCMHandlerComponent", "code": "static const int32 BlockSizeInBytes = 16;", "variables": []}
{"className": "FAESGCMHandlerComponent::CountBytes", "headerPath": "/Engine/Plugins/Runtime/PacketHandlers/AESGCMHandlerComponent/Source/Public/AESGCMHandlerComponent.h", "description": "", "module": "AESGCMHandlerComponent", "code": "virtual void CountBytes ( [FArchive](API\\Runtime\\Core\\Serialization\\FArchive) & Ar ) const", "variables": []}
{"className": "FAESGCMHandlerComponent::DisableEncryption", "headerPath": "/Engine/Plugins/Runtime/PacketHandlers/AESGCMHandlerComponent/Source/Public/AESGCMHandlerComponent.h", "description": "After calling this, future outgoing packets will not be encrypted (until a call to DisableEncryption).", "module": "AESGCMHandlerComponent", "code": "virtual void DisableEncryption()", "variables": []}
{"className": "FAESGCMHandlerComponent::EnableEncryption", "headerPath": "/Engine/Plugins/Runtime/PacketHandlers/AESGCMHandlerComponent/Source/Public/AESGCMHandlerComponent.h", "description": "After calling this, future outgoing packets will be encrypted (until a call to DisableEncryption).", "module": "AESGCMHandlerComponent", "code": "virtual void EnableEncryption()", "variables": []}
{"className": "FAESGCMHandlerComponent::GetReservedPacketBits", "headerPath": "/Engine/Plugins/Runtime/PacketHandlers/AESGCMHandlerComponent/Source/Public/AESGCMHandlerComponent.h", "description": "IMPORTANT: This MUST be accurate, and should represent the worst-case number of reserved bits expected from the component. If this is inaccurate, packets will randomly fail to send, in rare cases which are extremely hard to trace.\nThe worst-case reserved packet bits for the component", "module": "AESGCMHandlerComponent", "code": "virtual int32 GetReservedPacketBits() const", "variables": []}
{"className": "FAESGCMHandlerComponent::Incoming", "headerPath": "/Engine/Plugins/Runtime/PacketHandlers/AESGCMHandlerComponent/Source/Public/AESGCMHandlerComponent.h", "description": "Handles incoming packets", "module": "AESGCMHandlerComponent", "code": "virtual void Incoming ( [FIncomingPacketRef](API\\Runtime\\PacketHandler\\FIncomingPacketRef) PacketRef )", "variables": []}
{"className": "FAESGCMHandlerComponent::InitFaultRecovery", "headerPath": "/Engine/Plugins/Runtime/PacketHandlers/AESGCMHandlerComponent/Source/Public/AESGCMHandlerComponent.h", "description": "Initializes a reference to the NetConnection fault recovery interface (does not require Engine dependency)", "module": "AESGCMHandlerComponent", "code": "virtual void InitFaultRecovery ( [UE::Net::FNetConnectionFaultRecoveryBase](API\\Runtime\\NetCore\\Net\\Core\\Connection\\FNetConnectionFaultRecoveryBase) * InFaultRecovery )", "variables": []}
{"className": "FAESGCMHandlerComponent::Initialize", "headerPath": "/Engine/Plugins/Runtime/PacketHandlers/AESGCMHandlerComponent/Source/Public/AESGCMHandlerComponent.h", "description": "Initialization functionality should be placed here", "module": "AESGCMHandlerComponent", "code": "virtual void Initialize()", "variables": []}
{"className": "FAESGCMHandlerComponent::IsEncryptionEnabled", "headerPath": "/Engine/Plugins/Runtime/PacketHandlers/AESGCMHandlerComponent/Source/Public/AESGCMHandlerComponent.h", "description": "Returns true if encryption is currently enabled.", "module": "AESGCMHandlerComponent", "code": "virtual bool IsEncryptionEnabled() const", "variables": []}
{"className": "FAESGCMHandlerComponent::IsValid", "headerPath": "/Engine/Plugins/Runtime/PacketHandlers/AESGCMHandlerComponent/Source/Public/AESGCMHandlerComponent.h", "description": "Return whether this handler is valid", "module": "AESGCMHandlerComponent", "code": "virtual bool IsValid() const", "variables": []}
{"className": "IVSizeInBytes", "headerPath": "/Engine/Plugins/Runtime/PacketHandlers/AESGCMHandlerComponent/Source/Public/AESGCMHandlerComponent.h", "description": "", "module": "AESGCMHandlerComponent", "code": "static const int32 IVSizeInBytes = 12;", "variables": []}
{"className": "KeySizeInBytes", "headerPath": "/Engine/Plugins/Runtime/PacketHandlers/AESGCMHandlerComponent/Source/Public/AESGCMHandlerComponent.h", "description": "This handler uses AES256, which has 32-byte keys.", "module": "AESGCMHandlerComponent", "code": "static const int32 KeySizeInBytes = 32;", "variables": []}
{"className": "FAESGCMHandlerComponent::Outgoing", "headerPath": "/Engine/Plugins/Runtime/PacketHandlers/AESGCMHandlerComponent/Source/Public/AESGCMHandlerComponent.h", "description": "Handles any outgoing packets", "module": "AESGCMHandlerComponent", "code": "virtual void Outgoing ( [FBitWriter](API\\Runtime\\Core\\Serialization\\FBitWriter) & Packet, [FOutPacketTraits](API\\Runtime\\NetCommon\\Net\\Common\\Packets\\FOutPacketTraits) & Traits )", "variables": []}
{"className": "FAESGCMHandlerComponent::SetEncryptionData", "headerPath": "/Engine/Plugins/Runtime/PacketHandlers/AESGCMHandlerComponent/Source/Public/AESGCMHandlerComponent.h", "description": "Replace the key used for encryption with NewKey if NewKey is exactly KeySizeInBytes long.", "module": "AESGCMHandlerComponent", "code": "virtual void SetEncryptionData ( const [FEncryptionData](API\\Runtime\\CoreUObject\\UObject\\FEncryptionData) & EncryptionData )", "variables": []}
{"className": "FAESGCMHandlerComponent::FAESGCMHandlerComponent", "headerPath": "/Engine/Plugins/Runtime/PacketHandlers/AESGCMHandlerComponent/Source/Public/AESGCMHandlerComponent.h", "description": "Default constructor that leaves the Key empty, and encryption disabled. You must set the key before enabling encryption, or before receiving encrypted packets, or those operations will fail.", "module": "AESGCMHandlerComponent", "code": "FAESGCMHandlerComponent()", "variables": []}
{"className": "FAESGCMHandlerComponent", "headerPath": "/Engine/Plugins/Runtime/PacketHandlers/AESGCMHandlerComponent/Source/Public/AESGCMHandlerComponent.h", "description": "AES256 GCM block encryption component.", "module": "AESGCMHandlerComponent", "code": "class FAESGCMHandlerComponent : public [FEncryptionComponent](API\\Runtime\\PacketHandler\\FEncryptionComponent)", "variables": []}
{"className": "FAESGCMHandlerComponentModule::CreateComponentInstance", "headerPath": "/Engine/Plugins/Runtime/PacketHandlers/AESGCMHandlerComponent/Source/Public/AESGCMHandlerComponent.h", "description": "Creates an instance of this component", "module": "AESGCMHandlerComponent", "code": "virtual [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< [HandlerComponent](API\\Runtime\\PacketHandler\\HandlerComponent) > CreateComponentInstance ( [FString](API\\Runtime\\Core\\Containers\\FString) & Options )", "variables": []}
{"className": "FAESGCMHandlerComponentModule", "headerPath": "/Engine/Plugins/Runtime/PacketHandlers/AESGCMHandlerComponent/Source/Public/AESGCMHandlerComponent.h", "description": "The public interface to this module.", "module": "AESGCMHandlerComponent", "code": "class FAESGCMHandlerComponentModule : public [FPacketHandlerComponentModuleInterface](API\\Runtime\\PacketHandler\\FPacketHandlerComponentModuleInt-)", "variables": []}
{"className": "LexToString", "headerPath": "/Engine/Plugins/Runtime/PacketHandlers/AESGCMHandlerComponent/Source/Public/AESGCMFaultHandler.h", "description": "", "module": "AESGCMHandlerComponent", "code": "const TCHAR * LexToString ( [EAESGCMNetResult](API\\Plugins\\AESGCMHandlerComponent\\EAESGCMNetResult) Enum )", "variables": []}
{"className": "UE::Net::AddToAndConsumeChainResultPtr", "headerPath": "/Engine/Plugins/Runtime/PacketHandlers/AESGCMHandlerComponent/Source/Public/AESGCMFaultHandler.h", "description": "", "module": "AESGCMHandlerComponent", "code": "namespace UE { namespace Net { [FNetResult](API\\Runtime\\NetCore\\Net\\Core\\Connection\\FNetResult) UE::Net::AddToAndConsumeChainResultPtr ( [TPimplPtr](API\\Runtime\\Core\\Templates\\TPimplPtr)< [FNetResult](API\\Runtime\\NetCore\\Net\\Core\\Connection\\FNetResult), EPimplPtrMode::DeepCopy > & ResultPtr, [TNetResult](API\\Runtime\\NetCore\\Net\\Core\\Connection\\TNetResult)< [EAESGCMNetResult](API\\Plugins\\AESGCMHandlerComponent\\EAESGCMNetResult) > && Result ) } }", "variables": []}
{"className": "UE::Net::AddToChainResultPtr", "headerPath": "/Engine/Plugins/Runtime/PacketHandlers/AESGCMHandlerComponent/Source/Public/AESGCMFaultHandler.h", "description": "", "module": "AESGCMHandlerComponent", "code": "namespace UE { namespace Net { void UE::Net::AddToChainResultPtr ( [TPimplPtr](API\\Runtime\\Core\\Templates\\TPimplPtr)< [FNetResult](API\\Runtime\\NetCore\\Net\\Core\\Connection\\FNetResult), EPimplPtrMode::DeepCopy > & ResultPtr, [TNetResult](API\\Runtime\\NetCore\\Net\\Core\\Connection\\TNetResult)< [EAESGCMNetResult](API\\Plugins\\AESGCMHandlerComponent\\EAESGCMNetResult) > && Result ) } }", "variables": []}