|
UFunction *& | NodeField () |
|
UObject *& | ObjectField () |
|
unsigned __int8 *& | CodeField () |
|
unsigned __int8 *& | LocalsField () |
|
FProperty *& | MostRecentPropertyField () |
|
unsigned __int8 *& | MostRecentPropertyAddressField () |
|
unsigned __int8 *& | MostRecentPropertyContainerField () |
|
TArray< unsigned int, TSizedInlineAllocator< 8, 32, TSizedDefaultAllocator< 32 > > > & | FlowStackField () |
|
FFrame *& | PreviousFrameField () |
|
FOutParmRec *& | OutParmsField () |
|
FField *& | PropertyChainForCompiledInField () |
|
UFunction *& | CurrentNativeFunctionField () |
|
FFrame *& | PreviousTrackingFrameField () |
|
bool & | bAbortingExecutionField () |
|
void | StepExplicitProperty (void *const Result, FProperty *Property) |
|
void | Serialize (const wchar_t *V, ELogVerbosity::Type Verbosity, const FName *Category) |
|
FString * | GetStackTrace (FString *result) |
|
void | GetStackTrace (TStringBuilderBase< wchar_t > *Result) |
|
| 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 | CanBeUsedOnMultipleThreads () 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) |
|
Definition at line 1421 of file Other.h.