FIntVector::operator()

Gets specific component of a point.

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

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

Include

#include "Math/IntVector.h"

Syntax

int32 & operator()
(
    int32 ComponentIndex
)

Remarks

Gets specific component of a point.

Returns

reference to component.

Parameters

Parameter

Description

ComponentIndex

Index of point component.