FBatchedElements::AddPoint

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

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.

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