Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FVisualLogger
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void ArrowLineLogf
(
const UObject* LogOwner, |
VisualLogger/VisualLogger.h | ||
static void ArrowLineLogf
(
const UObject* LogOwner, |
VisualLogger/VisualLogger.h |
ArrowLineLogf(const UObject *, const FLogCategoryBase &, ELogVerbosity::Type, const FVector &, const FVector &, const FColor &, const uint16, const FmtType &, Types...)
| Name | ArrowLineLogf |
| 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 ArrowLineLogf
(
const UObject * LogOwner,
const FLogCategoryBase & Category,
ELogVerbosity::Type Verbosity,
const FVector & Start,
const FVector & End,
const FColor & Color,
const uint16 Mag,
const FmtType & Fmt,
Types... Args
)
ArrowLineLogf(const UObject *, const FName &, ELogVerbosity::Type, const FVector &, const FVector &, const FColor &, const uint16, const FmtType &, Types...)
| Name | ArrowLineLogf |
| 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 ArrowLineLogf
(
const UObject * LogOwner,
const FName & CategoryName,
ELogVerbosity::Type Verbosity,
const FVector & Start,
const FVector & End,
const FColor & Color,
const uint16 Mag,
const FmtType & Fmt,
Types... Args
)