FBatchedElements::AddPoint

Adds a point to the batch. only SE_BLEND_Opaque will be used for batched point rendering.

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 AddPoint
(
    const FVector & Position,
    float Size,
    const FLinearColor & Color,
    FHitProxyId HitProxyId
)

Remarks

Adds a point to the batch.

only SE_BLEND_Opaque will be used for batched point rendering.