FDatasmithMesh::SetVertex

Sets the 3d position of the vertex

Windows
MacOS
Linux

References

Module

DatasmithCore

Header

/Engine/Source/Runtime/Datasmith/DatasmithCore/Public/DatasmithMesh.h

Include

#include "DatasmithMesh.h"

Source

/Engine/Source/Runtime/Datasmith/DatasmithCore/Private/DatasmithMesh.cpp

Syntax

void SetVertex
(
    int32 Index,
    float X,
    float Y,
    float Z
)

Remarks

Sets the 3d position of the vertex

Parameters

Parameter

Description

Index

value to choose the vertex that will be affected position on the x axis position on the y axis position on the z axis

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