Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FVisualLogger
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void NavAreaShapeLogf
(
const UObject* LogOwner, |
NavArea/Extruded convex log. | VisualLogger/VisualLogger.h | |
static void NavAreaShapeLogf
(
const UObject* LogOwner, |
VisualLogger/VisualLogger.h |
NavAreaShapeLogf(const UObject *, const FLogCategoryBase &, ELogVerbosity::Type, const TArray< FVector > &, float, float, const FColor &, const FmtType &, Types...)
Description
NavArea/Extruded convex log.
| Name | NavAreaShapeLogf |
| 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 NavAreaShapeLogf
(
const UObject * LogOwner,
const FLogCategoryBase & Category,
ELogVerbosity::Type Verbosity,
const TArray < FVector > & ConvexPoints,
float MinZ,
float MaxZ,
const FColor & Color,
const FmtType & Fmt,
Types... Args
)
NavAreaShapeLogf(const UObject *, const FName &, ELogVerbosity::Type, const TArray< FVector > &, float, float, const FColor &, const FmtType &, Types...)
| Name | NavAreaShapeLogf |
| 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 NavAreaShapeLogf
(
const UObject * LogOwner,
const FName & CategoryName,
ELogVerbosity::Type Verbosity,
const TArray < FVector > & ConvexPoints,
float MinZ,
float MaxZ,
const FColor & Color,
const FmtType & Fmt,
Types... Args
)