GeometryShapeLogf

Overload list

Windows
MacOS
Linux
Name Description

Public function 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
)

Location/Sphere log.

Public function 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
)

Public function Static

void

 

GeometryShapeLogf

(
    const UObject* LogOwner,
    const FLogCategoryBase& Category,
    ELogVerbosity::Type Verbosity,
    const FVector& Center,
    float HalfHeight,
    float Radius,
    const FQuat& Rotation,
    const FColor& Color,
    const FmtType& Fmt,
    Types... Args
)

Capsule log.

Public function Static

void

 

GeometryShapeLogf

(
    const UObject* LogOwner,
    const FName& CategoryName,
    ELogVerbosity::Type Verbosity,
    const FVector& Center,
    float HalfHeight,
    float Radius,
    const FQuat& Rotation,
    const FColor& Color,
    const FmtType& Fmt,
    Types... Args
)

Public function 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
)

Public function 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
)

3d Mesh log

Public function 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
)

Public function 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
)

Segment log.

Public function 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
)

Public function 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
)

Cylinder log.

Public function 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
)

Public function 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
)

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