FBatchedElements::AddReserveLines

Reserves space in line vertex array

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 AddReserveLines
(
    int32 NumLines,
    bool bDepthBiased,
    bool bThickLines
)

Remarks

Reserves space in line vertex array

Parameters

Parameter

Description

NumLines

number of lines to reserve space for

bDepthBiased

whether reserving depth-biased lines or non-biased lines

bThickLines

whether reserving regular lines or thick lines

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