FIntPoint::operator()

Get specific component of a point.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/IntPoint.h

Include

#include "Math/IntPoint.h"

Syntax

int32 & operator()
(
    int32 PointIndex
)

Remarks

Get specific component of a point.

Returns

reference to component.

Parameters

Parameter

Description

PointIndex

Index of point component

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