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