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