FVisualLogger::GeometryShapeLogf

Cone log.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/VisualLogger/VisualLogger.h

Include

#include "VisualLogger/VisualLogger.h"

Syntax

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
)

Remarks

Cone log.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss