Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/VisualLogger > API/Runtime/Engine/VisualLogger/FVisualLogger > API/Runtime/Engine/VisualLogger/FVisualLogger/CapsuleLogf
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/VisualLogger/VisualLogger.h |
| Include | #include "VisualLogger/VisualLogger.h" |
template<typename FmtType, typename... Types>
static void CapsuleLogf
(
const UObject * LogOwner,
const FLogCategoryBase & Category,
ELogVerbosity::Type Verbosity,
const FVector & Base,
float HalfHeight,
float Radius,
const FQuat & Rotation,
const FColor & Color,
bool bWireframe,
const FmtType & Fmt,
Types... Args
)