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