Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/HAL
Inheritance Hierarchy
- FOutputDevice
- FFeedbackContext
- FFeedbackContextAnsi
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/HAL/FeedbackContextAnsi.h |
| Include | #include "HAL/FeedbackContextAnsi.h" |
Syntax
class FFeedbackContextAnsi : public FFeedbackContext
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOutputDevice * | AuxOut | ||
| FContextSupplier * | Context |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | LocalPrint
(
const TCHAR* Str |
Overridden from FFeedbackContext
| Type | Name | Description | |
|---|---|---|---|
| FContextSupplier * | GetContext () |
||
| void | SetContext
(
FContextSupplier* InContext |
||
| bool | Ask the user a binary question, returning their answer |
Overridden from FOutputDevice
| Type | Name | Description | |
|---|---|---|---|
| void | Serialize
(
const TCHAR* V, |
||
| void | Serialize
(
const TCHAR* V, |
||
| void | SerializeRecord
(
const UE::FLogRecord& Record |