FBatchedElements::AddVertex

Adds a mesh vertex to the batch.

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

int32 AddVertex
(
    const FVector4 & InPosition,
    const FVector2D & InTextureCoordinate,
    const FLinearColor & InColor,
    FHitProxyId HitProxyId
)

Remarks

Adds a mesh vertex 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