FColorVertexBuffer::Init

Initializes this vertex buffer with the contents of the given vertex 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 Init
(
    const FColorVertexBuffer & InVertexBuffer,
    bool bNeedsCPUAccess
)

Remarks

Initializes this vertex buffer with the contents of the given vertex buffer.

Parameters

Parameter

Description

InVertexBuffer

The vertex buffer to initialize from.

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