TPolyline3::operator[]

Get the vertex at a given index

Windows
MacOS
Linux

Warnings

  • changing the vertex via this operator does not update Timestamp!

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Polyline3.h

Include

#include "Polyline3.h"

Syntax

FVector3< T > & operator[]
(
    int Index
)

Remarks

Get the vertex at a given index

changing the vertex via this operator does not update Timestamp!

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