![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
This is the complete list of members for FMacFeedbackContext, including all inherited members.
| AddError(const FString &InError) | FFeedbackContext | inlineprotected |
| AddError(FString &&InError) | FFeedbackContext | inlineprotected |
| AddWarning(const FString &InWarning) | FFeedbackContext | inlineprotected |
| AddWarning(FString &&InWarning) | FFeedbackContext | inlineprotected |
| 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 |
| ClearWarningsAndErrors() | FFeedbackContext | inline |
| CloseBuildProgressWindow() | FFeedbackContext | inlinevirtual |
| DECLARE_EVENT_OneParam(FFeedbackContext, FOnStartSlowTask, const FText &TaskName) | FFeedbackContext | |
| DECLARE_EVENT_TwoParams(FFeedbackContext, FOnFinalizeSlowTask, const FText &TaskName, double DurationInSeconds) | FFeedbackContext | |
| DECLARE_EVENT_TwoParams(FFeedbackContext, FOnStartSlowTaskWithGuid, FGuid Guid, const FText &TaskName) | FFeedbackContext | |
| DECLARE_EVENT_TwoParams(FFeedbackContext, FOnFinalizeSlowTaskWithGuid, FGuid Guid, const FText &TaskName) | FFeedbackContext | |
| Dump(class FArchive &Ar) | FOutputDevice | inlinevirtual |
| EndSlowTask() | FFeedbackContext | |
| FFeedbackContext() | FFeedbackContext | |
| 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 | |
| FOutputDevice(FOutputDevice &&) | FOutputDevice | |
| FOutputDevice(const FOutputDevice &) | FOutputDevice | |
| FSlowTask | FFeedbackContext | protected |
| GetAutoEmitLineTerminator() const | FOutputDevice | inline |
| GetContext() const override | FMacFeedbackContext | 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 |
| LegacyAPIScopes | FFeedbackContext | protected |
| 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 |
| OnFinalizeSlowTask() | FFeedbackContext | inline |
| OnFinalizeSlowTaskWithGuid() | FFeedbackContext | inline |
| OnStartSlowTask() | FFeedbackContext | inline |
| OnStartSlowTaskWithGuid() | FFeedbackContext | inline |
| FOutputDevice::operator=(FOutputDevice &&) | FOutputDevice | |
| FOutputDevice::operator=(const FOutputDevice &) | FOutputDevice | |
| ProgressReported(const float TotalProgressInterp, FText DisplayMessage) | FFeedbackContext | inlineprotectedvirtual |
| ReceivedUserCancel() | FFeedbackContext | inlinevirtual |
| RequestUpdateUI(bool bForceUpdate=false) | FFeedbackContext | protected |
| ResolveVerbosity(ELogVerbosity::Type Verbosity) const | FFeedbackContext | protected |
| ScopeStack | FFeedbackContext | protected |
| ScopeStackSharedPtr | FFeedbackContext | mutableprotected |
| Serialize(const TCHAR *V, ELogVerbosity::Type Verbosity, const FName &Category) override | FFeedbackContext | virtual |
| Serialize(const TCHAR *V, ELogVerbosity::Type Verbosity, const FName &Category, double Time) override | FFeedbackContext | virtual |
| SerializeRecord(const UE::FLogRecord &Record) override | FFeedbackContext | virtual |
| SetAutoEmitLineTerminator(bool bInAutoEmitLineTerminator) | FOutputDevice | inline |
| SetContext(FContextSupplier *InContext) override | FMacFeedbackContext | 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 |
| TreatErrorsAsWarnings | FFeedbackContext | |
| TreatWarningsAsErrors | FFeedbackContext | |
| UpdateProgress(int32 Numerator, int32 Denominator) | FFeedbackContext | |
| UpdateUI() | FFeedbackContext | protected |
| YesNof(const FText &Question) override | FMacFeedbackContext | inlinevirtual |
| ~FFeedbackContext() | FFeedbackContext | virtual |
| ~FOutputDevice() | FOutputDevice | virtual |