FColorVertexBuffer::AppendVertices

Appends the specified vertices to the end of the buffer

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Rendering/ColorVertexBuffer.h

Include

#include "Rendering/ColorVertexBuffer.h"

Source

/Engine/Source/Runtime/Engine/Private/Rendering/ColorVertexBuffer.cpp

Syntax

void AppendVertices
(
    const FStaticMeshBuildVertex * Vertices,
    const uint32 NumVerticesToAppend
)

Remarks

Appends the specified vertices to the end of the buffer

Parameters

Parameter

Description

Vertices

The vertex data to be appended. Must not be nullptr.

NumVerticesToAppend

How many vertices should be added

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