Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FVisualLogger
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void BoxLogf
(
const UObject* LogOwner, |
VisualLogger/VisualLogger.h | ||
static void BoxLogf
(
const UObject* LogOwner, |
VisualLogger/VisualLogger.h |
BoxLogf(const UObject *, const FLogCategoryBase &, ELogVerbosity::Type, const FBox &, const FMatrix &, const FColor &, bool, const FmtType &, Types...)
| Name | BoxLogf |
| 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 BoxLogf
(
const UObject * LogOwner,
const FLogCategoryBase & Category,
ELogVerbosity::Type Verbosity,
const FBox & Box,
const FMatrix & Matrix,
const FColor & Color,
bool bWireframe,
const FmtType & Fmt,
Types... Args
)
BoxLogf(const UObject *, const FName &, ELogVerbosity::Type, const FBox &, const FMatrix &, const FColor &, bool, const FmtType &, Types...)
| Name | BoxLogf |
| 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 BoxLogf
(
const UObject * LogOwner,
const FName & CategoryName,
ELogVerbosity::Type Verbosity,
const FBox & Box,
const FMatrix & Matrix,
const FColor & Color,
bool bWireframe,
const FmtType & Fmt,
Types... Args
)