FVertexPositionCache

Basic cache of vertex positions.

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Public/Operations/GroupTopologyDeformer.h

Include

#include "Operations/GroupTopologyDeformer.h"

Syntax

class FVertexPositionCache

Remarks

Basic cache of vertex positions.

Variables

Name Description

Public variable

TArray< FVector...

 

Positions

Public variable

TArray< int >

 

Vertices

Functions

Name Description

Public function

void

 

AddVertex

(
    const FDynamicMesh3* Mesh,
    int VertexID
)

Save this vertex. Does not check that VertexID hasn't already been added.

Public function

void

 

Reset()

Public function Const

void

 

SetPositions

(
    FDynamicMesh3* Mesh
)

Apply saved positions to Mesh

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