TSkeletalMeshVertexData::ResizeBuffer

Resizes the vertex data buffer, discarding any data which no longer fits.

Windows
MacOS
Linux

Override Hierarchy

FSkeletalMeshVertexDataInterface::ResizeBuffer()

TSkeletalMeshVertexData::ResizeBuffer()

References

Module

Engine

Header

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

Include

#include "Rendering/SkeletalMeshVertexBuffer.h"

Syntax

virtual void ResizeBuffer
(
    uint32 NumVertices
)

Remarks

Resizes the vertex data buffer, discarding any data which no longer fits.

Parameters

Parameter

Description

NumVertices

The number of vertices to allocate the buffer for.

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