Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FVisualLogger
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void HistogramDataLogf
(
const UObject* LogOwner, |
Histogram data. | VisualLogger/VisualLogger.h | |
static void HistogramDataLogf
(
const UObject* LogOwner, |
VisualLogger/VisualLogger.h |
HistogramDataLogf(const UObject *, const FLogCategoryBase &, ELogVerbosity::Type, FName, FName, const FVector2D &, const FColor &, const FmtType &, Types...)
Description
Histogram data.
| Name | HistogramDataLogf |
| 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 HistogramDataLogf
(
const UObject * LogOwner,
const FLogCategoryBase & Category,
ELogVerbosity::Type Verbosity,
FName GraphName,
FName DataName,
const FVector2D & Data,
const FColor & Color,
const FmtType & Fmt,
Types... Args
)
HistogramDataLogf(const UObject *, const FName &, ELogVerbosity::Type, FName, FName, const FVector2D &, const FColor &, const FmtType &, Types...)
| Name | HistogramDataLogf |
| 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 HistogramDataLogf
(
const UObject * LogOwner,
const FName & CategoryName,
ELogVerbosity::Type Verbosity,
FName GraphName,
FName DataName,
const FVector2D & Data,
const FColor & Color,
const FmtType & Fmt,
Types... Args
)