Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FVisualLogger
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void GeometryShapeLogf
(
const UObject* LogOwner, |
Location log. | VisualLogger/VisualLogger.h | |
static void GeometryShapeLogf
(
const UObject* LogOwner, |
VisualLogger/VisualLogger.h | ||
static void GeometryShapeLogf
(
const UObject* LogOwner, |
3d Mesh log | VisualLogger/VisualLogger.h | |
static void GeometryShapeLogf
(
const UObject* LogOwner, |
VisualLogger/VisualLogger.h | ||
static void GeometryShapeLogf
(
const UObject* LogOwner, |
Segment log. | VisualLogger/VisualLogger.h | |
static void GeometryShapeLogf
(
const UObject* LogOwner, |
VisualLogger/VisualLogger.h | ||
static void GeometryShapeLogf
(
const UObject* LogOwner, |
Cylinder log. | VisualLogger/VisualLogger.h | |
static void GeometryShapeLogf
(
const UObject* LogOwner, |
VisualLogger/VisualLogger.h | ||
static void GeometryShapeLogf
(
const UObject* LogOwner, |
Cone log. | VisualLogger/VisualLogger.h | |
static void GeometryShapeLogf
(
const UObject* LogOwner, |
VisualLogger/VisualLogger.h | ||
static void GeometryShapeLogf
(
const UObject* LogOwner, |
Capsule log. | VisualLogger/VisualLogger.h | |
static void GeometryShapeLogf
(
const UObject* LogOwner, |
VisualLogger/VisualLogger.h |
GeometryShapeLogf(const UObject *, const FLogCategoryBase &, ELogVerbosity::Type, const FVector &, float, const FColor &, const FmtType &, Types...)
Description
Location log.
| Name | GeometryShapeLogf |
| 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 GeometryShapeLogf
(
const UObject * LogOwner,
const FLogCategoryBase & Category,
ELogVerbosity::Type Verbosity,
const FVector & Location,
float Radius,
const FColor & Color,
const FmtType & Fmt,
Types... Args
)
GeometryShapeLogf(const UObject *, const FName &, ELogVerbosity::Type, const FVector &, float, const FColor &, const FmtType &, Types...)
| Name | GeometryShapeLogf |
| 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 GeometryShapeLogf
(
const UObject * LogOwner,
const FName & CategoryName,
ELogVerbosity::Type Verbosity,
const FVector & Location,
float Radius,
const FColor & Color,
const FmtType & Fmt,
Types... Args
)
GeometryShapeLogf(const UObject *, const FLogCategoryBase &, ELogVerbosity::Type, const TArray< FVector > &, const TArray< int32 > &, const FColor &, const FmtType &, Types...)
Description
3d Mesh log
| Name | GeometryShapeLogf |
| 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 GeometryShapeLogf
(
const UObject * LogOwner,
const FLogCategoryBase & Category,
ELogVerbosity::Type Verbosity,
const TArray < FVector > & Vertices,
const TArray < int32 > & Indices,
const FColor & Color,
const FmtType & Fmt,
Types... Args
)
GeometryShapeLogf(const UObject *, const FName &, ELogVerbosity::Type, const TArray< FVector > &, const TArray< int32 > &, const FColor &, const FmtType &, Types...)
| Name | GeometryShapeLogf |
| 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 GeometryShapeLogf
(
const UObject * LogOwner,
const FName & CategoryName,
ELogVerbosity::Type Verbosity,
const TArray < FVector > & Vertices,
const TArray < int32 > & Indices,
const FColor & Color,
const FmtType & Fmt,
Types... Args
)
GeometryShapeLogf(const UObject *, const FLogCategoryBase &, ELogVerbosity::Type, const FVector &, const FVector &, const FColor &, const uint16, const FmtType &, Types...)
Description
Segment log.
| Name | GeometryShapeLogf |
| 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 GeometryShapeLogf
(
const UObject * LogOwner,
const FLogCategoryBase & Category,
ELogVerbosity::Type Verbosity,
const FVector & Start,
const FVector & End,
const FColor & Color,
const uint16 Thickness,
const FmtType & Fmt,
Types... Args
)
GeometryShapeLogf(const UObject *, const FName &, ELogVerbosity::Type, const FVector &, const FVector &, const FColor &, const uint16, const FmtType &, Types...)
| Name | GeometryShapeLogf |
| 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 GeometryShapeLogf
(
const UObject * LogOwner,
const FName & CategoryName,
ELogVerbosity::Type Verbosity,
const FVector & Start,
const FVector & End,
const FColor & Color,
const uint16 Thickness,
const FmtType & Fmt,
Types... Args
)
GeometryShapeLogf(const UObject *, const FLogCategoryBase &, ELogVerbosity::Type, const FVector &, const FVector &, const float, const FColor &, const FmtType &, Types...)
Description
Cylinder log.
| Name | GeometryShapeLogf |
| 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 GeometryShapeLogf
(
const UObject * LogOwner,
const FLogCategoryBase & Category,
ELogVerbosity::Type Verbosity,
const FVector & Start,
const FVector & End,
const float Radius,
const FColor & Color,
const FmtType & Fmt,
Types... Args
)
GeometryShapeLogf(const UObject *, const FName &, ELogVerbosity::Type, const FVector &, const FVector &, const float, const FColor &, const FmtType &, Types...)
| Name | GeometryShapeLogf |
| 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 GeometryShapeLogf
(
const UObject * LogOwner,
const FName & CategoryName,
ELogVerbosity::Type Verbosity,
const FVector & Start,
const FVector & End,
const float Radius,
const FColor & Color,
const FmtType & Fmt,
Types... Args
)
GeometryShapeLogf(const UObject *, const FLogCategoryBase &, ELogVerbosity::Type, const FVector &, const FVector &, const float, const float, const FColor &, const FmtType &, Types...)
Description
Cone log.
| Name | GeometryShapeLogf |
| 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 GeometryShapeLogf
(
const UObject * LogOwner,
const FLogCategoryBase & Category,
ELogVerbosity::Type Verbosity,
const FVector & Origin,
const FVector & Direction,
const float Length,
const float Angle,
const FColor & Color,
const FmtType & Fmt,
Types... Args
)
GeometryShapeLogf(const UObject *, const FName &, ELogVerbosity::Type, const FVector &, const FVector &, const float, const float, const FColor &, const FmtType &, Types...)
| Name | GeometryShapeLogf |
| 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 GeometryShapeLogf
(
const UObject * LogOwner,
const FName & CategoryName,
ELogVerbosity::Type Verbosity,
const FVector & Origin,
const FVector & Direction,
const float Length,
const float Angle,
const FColor & Color,
const FmtType & Fmt,
Types... Args
)
GeometryShapeLogf(const UObject *, const FLogCategoryBase &, ELogVerbosity::Type, const FVector &, float, float, const FQuat &, const FColor &, const FmtType &, Types...)
Description
Capsule log.
| Name | GeometryShapeLogf |
| 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 GeometryShapeLogf
(
const UObject * LogOwner,
const FLogCategoryBase & Category,
ELogVerbosity::Type Verbosity,
const FVector & Base,
float HalfHeight,
float Radius,
const FQuat & Rotation,
const FColor & Color,
const FmtType & Fmt,
Types... Args
)
GeometryShapeLogf(const UObject *, const FName &, ELogVerbosity::Type, const FVector &, float, float, const FQuat &, const FColor &, const FmtType &, Types...)
| Name | GeometryShapeLogf |
| 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 GeometryShapeLogf
(
const UObject * LogOwner,
const FName & CategoryName,
ELogVerbosity::Type Verbosity,
const FVector & Base,
float HalfHeight,
float Radius,
const FQuat & Rotation,
const FColor & Color,
const FmtType & Fmt,
Types... Args
)