AddTriangle

Overload list

Windows
MacOS
Linux
Name Description

Public function

int32

 

AddTriangle

(
    const FRenderableTriangle& Overlay...
)

Add a triangle to be rendered using the component.

Public function

int32

 

AddTriangle

(
    const FVector& A,
    const FVector& B,
    const FVector& C,
    const FVector& Normal,
    const FColor& Color,
    UMaterialInterface* Material
)

Add a triangle with the given vertices, normal, Color, and Material

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