|
| | FAutomationTestOutputDevice () |
| |
| | ~FAutomationTestOutputDevice () |
| |
| virtual void | Serialize (const TCHAR *V, ELogVerbosity::Type Verbosity, const class FName &Category) override |
| |
| virtual bool | CanBeUsedOnMultipleThreads () const override |
| |
| void | SetCurrentAutomationTest (FAutomationTestBase *InAutomationTest) |
| |
| | FOutputDevice () |
| |
| | FOutputDevice (FOutputDevice &&)=default |
| |
| | FOutputDevice (const FOutputDevice &)=default |
| |
| FOutputDevice & | operator= (FOutputDevice &&)=default |
| |
| FOutputDevice & | operator= (const FOutputDevice &)=default |
| |
| virtual | ~FOutputDevice ()=default |
| |
| virtual void | Serialize (const TCHAR *V, ELogVerbosity::Type Verbosity, const FName &Category)=0 |
| |
| virtual void | Serialize (const TCHAR *V, ELogVerbosity::Type Verbosity, const FName &Category, const double Time) |
| |
| virtual void | SerializeRecord (const UE::FLogRecord &Record) |
| |
| virtual void | Flush () |
| |
| virtual void | TearDown () |
| |
| void | SetSuppressEventTag (bool bInSuppressEventTag) |
| |
| FORCEINLINE bool | GetSuppressEventTag () const |
| |
| void | SetAutoEmitLineTerminator (bool bInAutoEmitLineTerminator) |
| |
| FORCEINLINE bool | GetAutoEmitLineTerminator () const |
| |
| virtual void | Dump (class FArchive &Ar) |
| |
| virtual bool | IsMemoryOnly () const |
| |
| virtual bool | CanBeUsedOnAnyThread () const |
| |
| virtual bool | CanBeUsedOnPanicThread () const |
| |
| void | Log (const TCHAR *S) |
| |
| void | Log (ELogVerbosity::Type Verbosity, const TCHAR *S) |
| |
| void | Log (const FName &Category, ELogVerbosity::Type Verbosity, const TCHAR *Str) |
| |
| void | Log (const FString &S) |
| |
| void | Log (const FText &S) |
| |
| void | Log (ELogVerbosity::Type Verbosity, const FString &S) |
| |
| void | Log (const FName &Category, ELogVerbosity::Type Verbosity, const FString &S) |
| |
| template<typename FmtType > |
| void | Logf (const FmtType &Fmt) |
| |
| template<typename FmtType , typename... Types> |
| FORCEINLINE void | Logf (const FmtType &Fmt, Types... Args) |
| |
| template<typename FmtType , typename... Types> |
| FORCEINLINE void | Logf (ELogVerbosity::Type Verbosity, const FmtType &Fmt, Types... Args) |
| |
| template<typename FmtType , typename... Types> |
| FORCEINLINE void | CategorizedLogf (const FName &Category, ELogVerbosity::Type Verbosity, const FmtType &Fmt, Types... Args) |
| |
Special output device used during automation testing to gather messages that happen during tests
Definition at line 1035 of file AutomationTest.h.