FIntVector4::operator()

Gets specific component of a point.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/IntVector.h"

Syntax

const int32 & operator()
(
    int32 ComponentIndex
) const

Remarks

Gets specific component of a point.

Returns

const reference to component.

Parameters

Parameter

Description

ComponentIndex

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