AddTriangle

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

AddTriangle

(
    int32 V0,
    int32 V1,
    int32 V2,
    const FTexture* Texture,
    EBlendMode BlendMode
)

Adds a triangle to the batch.

Public function

void

 

AddTriangle

(
    int32 V0,
    int32 V1,
    int32 V2,
    FBatchedElementParameters* Bat...,
    ESimpleElementBlendMode BlendMode
)

Adds a triangle to the batch.

Public function

void

 

AddTriangle

(
    int32 V0,
    int32 V1,
    int32 V2,
    const FTexture* Texture,
    ESimpleElementBlendMode BlendMode,
    const FDepthFieldGlowInfo& GlowInf...
)

Adds a triangle to the batch.

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