Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FVisualLogger
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void DiscLogf
(
const UObject* LogOwner, |
Disc/circle log. | VisualLogger/VisualLogger.h | |
static void DiscLogf
(
const UObject* LogOwner, |
VisualLogger/VisualLogger.h |
DiscLogf(const UObject *, const FLogCategoryBase &, ELogVerbosity::Type, const FVector &, const FVector &, const float, const FColor &, const uint16, bool, const FmtType &, Types...)
Description
Disc/circle log.
| Name | DiscLogf |
| 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 DiscLogf
(
const UObject * LogOwner,
const FLogCategoryBase & Category,
ELogVerbosity::Type Verbosity,
const FVector & Center,
const FVector & UpAxis,
const float Radius,
const FColor & Color,
const uint16 Thickness,
bool bWireframe,
const FmtType & Fmt,
Types... Args
)
DiscLogf(const UObject *, const FName &, ELogVerbosity::Type, const FVector &, const FVector &, const float, const FColor &, const uint16, bool, const FmtType &, Types...)
| Name | DiscLogf |
| 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 DiscLogf
(
const UObject * LogOwner,
const FName & CategoryName,
ELogVerbosity::Type Verbosity,
const FVector & Center,
const FVector & UpAxis,
const float Radius,
const FColor & Color,
const uint16 Thickness,
bool bWireframe,
const FmtType & Fmt,
Types... Args
)