FBatchedElements::AddTriangleExtensive

Adds a triangle to the batch. Extensive version where all parameters can be passed in.

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/BatchedElements.h

Include

#include "BatchedElements.h"

Source

/Engine/Source/Runtime/Engine/Private/BatchedElements.cpp

Syntax

void AddTriangleExtensive
(
    int32 V0,
    int32 V1,
    int32 V2,
    FBatchedElementParameters * BatchedElementParameters,
    const FTexture * Texture,
    ESimpleElementBlendMode BlendMode,
    const FDepthFieldGlowInfo & GlowInfo
)

Remarks

Adds a triangle to the batch. Extensive version where all parameters can be passed in.