FBox2D::operator[]

Gets reference to the min or max of this bounding volume.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Box2D.h"

Syntax

FVector2D & operator[]
(
    int32 Index
)

Remarks

Gets reference to the min or max of this bounding volume.

Returns

A reference to a point of the bounding volume.

Parameters

Parameter

Description

Index

The index into points of the bounding volume.

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