AddElement

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

AddElement

(
    const FVisualLogShapeElement& Elem...
)

Custom element

Public function

void

 

AddElement

(
    const FVector& Orgin,
    const FVector& Direction,
    float Length,
    float AngleWidth,
    float AngleHeight,
    const FName& CategoryName,
    ELogVerbosity::Type Verbosity,
    const FColor& Color,
    const FString& Description,
    uint16 Thickness
)

Cone.

Public function

void

 

AddElement

(
    const TArray< FVector >& Points,
    const FName& CategoryName,
    ELogVerbosity::Type Verbosity,
    const FColor& Color,
    const FString& Description,
    uint16 Thickness
)

Path

Public function

void

 

AddElement

(
    const FVector& Point,
    const FName& CategoryName,
    ELogVerbosity::Type Verbosity,
    const FColor& Color,
    const FString& Description,
    uint16 Thickness
)

Location

Public function

void

 

AddElement

(
    const TArray< FVector >& Vertices,
    const TArray< int32 >& Indices,
    const FName& CategoryName,
    ELogVerbosity::Type Verbosity,
    const FColor& Color,
    const FString& Description
)

3d Mesh

Public function

void

 

AddElement

(
    const FVector& Start,
    const FVector& End,
    const FName& CategoryName,
    ELogVerbosity::Type Verbosity,
    const FColor& Color,
    const FString& Description,
    uint16 Thickness
)

Segment

Public function

void

 

AddElement

(
    const FBox& Box,
    const FMatrix& Matrix,
    const FName& CategoryName,
    ELogVerbosity::Type Verbosity,
    const FColor& Color,
    const FString& Description,
    uint16 Thickness
)

Box

Public function

void

 

AddElement

(
    const TArray< FVector >& ConvexPoi...,
    float MinZ,
    float MaxZ,
    const FName& CategoryName,
    ELogVerbosity::Type Verbosity,
    const FColor& Color,
    const FString& Description
)

NavAreaMesh.

Public function

void

 

AddElement

(
    const FVector& Start,
    const FVector& End,
    float Radius,
    const FName& CategoryName,
    ELogVerbosity::Type Verbosity,
    const FColor& Color,
    const FString& Description,
    uint16 Thickness
)

Cylinder.

Public function

void

 

AddElement

(
    const FVector& Center,
    float HalfHeight,
    float Radius,
    const FQuat& Rotation,
    const FName& CategoryName,
    ELogVerbosity::Type Verbosity,
    const FColor& Color,
    const FString& Description
)

Capsule

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