AppendVertex

Overload list

Windows
MacOS
Linux
Name Description

Public function

int

 

AppendVertex

(
    const FVertexInfo& VertInfo
)

Mesh ConstructionAppend vertex at position and other fields, returns vid

Public function

int

 

AppendVertex

(
    const FVector3d& Position
)

Append vertex at position, returns vid

Public function

int

 

AppendVertex

(
    const FDynamicMesh3& SourceMesh,
    int SourceVertexID
)

Copy vertex SourceVertexID from existing SourceMesh, returns new vertex id

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