Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FAES
Class representing a 256 bit AES key
| Name | FAESKey |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AES.h |
| Include Path | #include "Misc/AES.h" |
Syntax
struct FAESKey
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAESKey() |
Misc/AES.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| KeySize | int32 | Misc/AES.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Key | uint8 | Misc/AES.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValid() |
Misc/AES.h | ||
void Reset() |
Misc/AES.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FAESKey& Other |
Misc/AES.h |