![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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 |
Class representing a 256 bit AES key
|
inline |
|
inline |
|
inline |