FColorVertexBuffer::Init

Initializes the buffer with the given vertices, used to convert legacy layouts.

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 Init
(
    const TArray< FStaticMeshBuildVertex > & InVertices,
    bool bNeedsCPUAccess
)

Remarks

Initializes the buffer with the given vertices, used to convert legacy layouts.

Parameters

Parameter

Description

InVertices

The vertices to initialize the buffer with.

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