UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition Archive.h:1208
Definition NameTypes.h:617
Definition StringBuilder.h:79
Type
Definition OutputDevice.h:111
@ None
Definition OutputDevice.h:113
Type
Definition LogVerbosity.h:17
Definition OutputDeviceHelper.h:16
static CORE_API void FormatCastAndSerializeLine(FArchive &Output, const TCHAR *Message, ELogVerbosity::Type Verbosity, const FName &Category, double Time, bool bSuppressEventTag, bool bAutoEmitLineTerminator)
Definition OutputDeviceHelper.cpp:108
static CORE_API FString FormatLogLine(ELogVerbosity::Type Verbosity, const FName &Category, const TCHAR *Message=nullptr, ELogTimes::Type LogTime=ELogTimes::None, double Time=-1.0, int32 *OutCategoryIndex=nullptr)
Definition OutputDeviceHelper.cpp:95
static CORE_API void AppendFormatLogLine(FWideStringBuilderBase &Output, ELogVerbosity::Type Verbosity, const FName &Category, const TCHAR *Message=nullptr, ELogTimes::Type LogTime=ELogTimes::None, double Time=-1.0, int32 *OutCategoryIndex=nullptr)
Definition OutputDeviceHelper.cpp:10