Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FAES
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/AES.h |
| Include | #include "Misc/AES.h" |
Syntax
struct FAESKey
Remarks
Class representing a 256 bit AES key
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8[KeySize] | Key |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAESKey () |
Functions
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FAESKey& Other |
Constants
| Name | Description |
|---|---|
| KeySize |