Navigation
Unreal Engine C++ API Reference > Runtime > ApplicationCore > Unix
Inheritance Hierarchy
- FOutputDevice
- FFeedbackContext
- FUnixFeedbackContext
References
Module | ApplicationCore |
Header | /Engine/Source/Runtime/ApplicationCore/Public/Unix/UnixFeedbackContext.h |
Include | #include "Unix/UnixFeedbackContext.h" |
Syntax
class FUnixFeedbackContext : public FFeedbackContext
Remarks
Feedback context implementation for Unix.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
int32 | SlowTaskCount | Variables. |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Constructor. |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | BeginSlowTask
(
const FText& Task, |
|
![]() |
void | EndSlowTask () |
|
![]() |
bool | StatusUpdate
(
int32 Numerator, |
Overridden from FFeedbackContext
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
FContextSupplier * | GetContext () |
|
![]() ![]() |
void | SetContext
(
FContextSupplier* InSupplier |
|
![]() ![]() |
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 |