UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FAES::FAESKey Struct Reference

#include <AES.h>

Public Member Functions

 FAESKey ()
 
bool IsValid () const
 
void Reset ()
 
bool operator== (const FAESKey &Other) const
 

Public Attributes

uint8 Key [KeySize]
 

Static Public Attributes

static constexpr int32 KeySize = 32
 

Detailed Description

Class representing a 256 bit AES key

Constructor & Destructor Documentation

◆ FAESKey()

FAES::FAESKey::FAESKey ( )
inline

Member Function Documentation

◆ IsValid()

bool FAES::FAESKey::IsValid ( ) const
inline

◆ operator==()

bool FAES::FAESKey::operator== ( const FAESKey Other) const
inline

◆ Reset()

void FAES::FAESKey::Reset ( )
inline

Member Data Documentation

◆ Key

uint8 FAES::FAESKey::Key[KeySize]

◆ KeySize

constexpr int32 FAES::FAESKey::KeySize = 32
staticconstexpr

The documentation for this struct was generated from the following file: