Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FVisualLogger
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void CategorizedLogf
(
const UObject* LogOwner, |
Regular text log. | VisualLogger/VisualLogger.h | |
static void CategorizedLogf
(
const UObject* LogOwner, |
VisualLogger/VisualLogger.h |
CategorizedLogf(const UObject *, const FLogCategoryBase &, ELogVerbosity::Type, const FmtType &, Types...)
Description
Regular text log.
| Name | CategorizedLogf |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/VisualLogger/VisualLogger.h |
| Include Path | #include "VisualLogger/VisualLogger.h" |
template<typename FmtType, typename... Types>
static void CategorizedLogf
(
const UObject * LogOwner,
const FLogCategoryBase & Category,
ELogVerbosity::Type Verbosity,
const FmtType & Fmt,
Types... Args
)
CategorizedLogf(const UObject *, const FName &, ELogVerbosity::Type, const FmtType &, Types...)
| Name | CategorizedLogf |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/VisualLogger/VisualLogger.h |
| Include Path | #include "VisualLogger/VisualLogger.h" |
template<typename FmtType, typename... Types>
static void CategorizedLogf
(
const UObject * LogOwner,
const FName & CategoryName,
ELogVerbosity::Type Verbosity,
const FmtType & Fmt,
Types... Args
)