Ark Server API (ASA) - Wiki
|
This is the complete list of members for FFeedbackContextAnsi, including all inherited members.
AddError(const FString &InError) | FFeedbackContext | inlineprotected |
AddError(FString &&InError) | FFeedbackContext | inlineprotected |
AddRecordToHistory(const UE::FLogRecord &Record) | FFeedbackContext | private |
AddToHistory(const TCHAR *V, ELogVerbosity::Type Verbosity, const FName &Category, double Time) | FFeedbackContext | private |
AddWarning(const FString &InWarning) | FFeedbackContext | inlineprotected |
AddWarning(FString &&InWarning) | FFeedbackContext | inlineprotected |
AuxOut | FFeedbackContextAnsi | |
bAutoEmitLineTerminator | FOutputDevice | protected |
BeginSlowTask(const FText &Task, bool ShowProgressDialog, bool bShowCancelButton=false) | FFeedbackContext | |
bSuppressEventTag | FOutputDevice | protected |
CanBeUsedOnAnyThread() const | FOutputDevice | inlinevirtual |
CanBeUsedOnMultipleThreads() const | FOutputDevice | inlinevirtual |
CanBeUsedOnPanicThread() const | FOutputDevice | inlinevirtual |
CategorizedLogf(const FName &Category, ELogVerbosity::Type Verbosity, const FmtType &Fmt, Types... Args) | FOutputDevice | inline |
CategorizedLogfImpl(const FName &Category, ELogVerbosity::Type Verbosity, const TCHAR *Fmt,...) | FOutputDevice | private |
ClearWarningsAndErrors() | FFeedbackContext | inline |
CloseBuildProgressWindow() | FFeedbackContext | inlinevirtual |
Context | FFeedbackContextAnsi | |
Dump(class FArchive &Ar) | FOutputDevice | inlinevirtual |
EndSlowTask() | FFeedbackContext | |
Errors | FFeedbackContext | private |
FFeedbackContext() | FFeedbackContext | |
FFeedbackContext(const FFeedbackContext &) | FFeedbackContext | private |
FinalizeSlowTask() | FFeedbackContext | inlineprotectedvirtual |
Flush() | FOutputDevice | inlinevirtual |
FormatLine(FStringBuilderBase &Out, const TCHAR *V, ELogVerbosity::Type Verbosity, const FName &Category, double Time, ELogVerbosity::Type *OutVerbosity=nullptr) const | FFeedbackContext | protected |
FormatRecordLine(FStringBuilderBase &Out, const UE::FLogRecord &Record, ELogVerbosity::Type *OutVerbosity=nullptr) const | FFeedbackContext | protected |
FOutputDevice() | FOutputDevice | inline |
FOutputDevice(FOutputDevice &&)=default | FOutputDevice | |
FOutputDevice(const FOutputDevice &)=default | FOutputDevice | |
FSlowTask | FFeedbackContext | protected |
GetAutoEmitLineTerminator() const | FOutputDevice | inline |
GetContext() const override | FFeedbackContextAnsi | inlinevirtual |
GetErrors(TArray< FString > &OutErrors) const | FFeedbackContext | inline |
GetErrorsAndWarningsAndEmpty(TArray< FString > &OutWarningsAndErrors) | FFeedbackContext | inline |
GetNumErrors() const | FFeedbackContext | inline |
GetNumWarnings() const | FFeedbackContext | inline |
GetScopeStack() const | FFeedbackContext | inline |
GetScopeStackSharedPtr() const | FFeedbackContext | inlineprotected |
GetSuppressEventTag() const | FOutputDevice | inline |
GetWarnings(TArray< FString > &OutWarnings) const | FFeedbackContext | inline |
IsMemoryOnly() const | FOutputDevice | inlinevirtual |
IsPlayingInEditor() const | FFeedbackContext | protectedvirtual |
IsUsingLocalPrint() const | FFeedbackContextAnsi | private |
LegacyAPIScopes | FFeedbackContext | protected |
LocalPrint(const TCHAR *Str) | FFeedbackContextAnsi | static |
Log(const TCHAR *S) | FOutputDevice | |
Log(ELogVerbosity::Type Verbosity, const TCHAR *S) | FOutputDevice | |
Log(const FName &Category, ELogVerbosity::Type Verbosity, const TCHAR *Str) | FOutputDevice | |
Log(const FString &S) | FOutputDevice | |
Log(const FText &S) | FOutputDevice | |
Log(ELogVerbosity::Type Verbosity, const FString &S) | FOutputDevice | |
Log(const FName &Category, ELogVerbosity::Type Verbosity, const FString &S) | FOutputDevice | |
Logf(const FmtType &Fmt) | FOutputDevice | inline |
Logf(const FmtType &Fmt, Types... Args) | FOutputDevice | inline |
Logf(ELogVerbosity::Type Verbosity, const FmtType &Fmt, Types... Args) | FOutputDevice | inline |
LogfImpl(const TCHAR *Fmt,...) | FOutputDevice | private |
LogfImpl(ELogVerbosity::Type Verbosity, const TCHAR *Fmt,...) | FOutputDevice | private |
operator=(const FFeedbackContext &) | FFeedbackContext | private |
FOutputDevice::operator=(FOutputDevice &&)=default | FOutputDevice | |
FOutputDevice::operator=(const FOutputDevice &)=default | FOutputDevice | |
ProgressReported(const float TotalProgressInterp, FText DisplayMessage) | FFeedbackContext | inlineprotectedvirtual |
ReceivedUserCancel() | FFeedbackContext | inlinevirtual |
RequestUpdateUI(bool bForceUpdate=false) | FFeedbackContext | protected |
ScopeStack | FFeedbackContext | protected |
ScopeStackSharedPtr | FFeedbackContext | mutableprotected |
Serialize(const TCHAR *V, ELogVerbosity::Type Verbosity, const FName &Category) override | FFeedbackContextAnsi | virtual |
Serialize(const TCHAR *V, ELogVerbosity::Type Verbosity, const FName &Category, double Time) override | FFeedbackContextAnsi | virtual |
FOutputDevice::Serialize(const TCHAR *V, ELogVerbosity::Type Verbosity, const FName &Category)=0 | FOutputDevice | pure virtual |
FOutputDevice::Serialize(const TCHAR *V, ELogVerbosity::Type Verbosity, const FName &Category, const double Time) | FOutputDevice | inlinevirtual |
SerializeRecord(const UE::FLogRecord &Record) override | FFeedbackContextAnsi | virtual |
SetAutoEmitLineTerminator(bool bInAutoEmitLineTerminator) | FOutputDevice | inline |
SetContext(FContextSupplier *InContext) override | FFeedbackContextAnsi | inlinevirtual |
SetSuppressEventTag(bool bInSuppressEventTag) | FOutputDevice | inline |
ShowBuildProgressWindow() | FFeedbackContext | inlinevirtual |
StartSlowTask(const FText &Task, bool bShowCancelButton=false) | FFeedbackContext | inlineprotectedvirtual |
StatusForceUpdate(int32 Numerator, int32 Denominator, const FText &StatusText) | FFeedbackContext | |
StatusUpdate(int32 Numerator, int32 Denominator, const FText &StatusText) | FFeedbackContext | |
TearDown() | FOutputDevice | inlinevirtual |
TreatWarningsAsErrors | FFeedbackContext | |
UpdateProgress(int32 Numerator, int32 Denominator) | FFeedbackContext | |
UpdateUI() | FFeedbackContext | protected |
Warnings | FFeedbackContext | private |
WarningsAndErrorsCritical | FFeedbackContext | mutableprivate |
YesNof(const FText &Question) override | FFeedbackContextAnsi | virtual |
~FFeedbackContext() | FFeedbackContext | virtual |
~FOutputDevice()=default | FOutputDevice | virtual |