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