FVector2D::FVector2D

Constructs a vector from an [FIntPoint](API\Runtime\Core\Math\FIntPoint).

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Vector2D.h"

Syntax

FVector2D
(
    FIntPoint InPos
)

Remarks

Constructs a vector from an FIntPoint.

Parameters

Parameter

Description

InPos

Integer point used to set this vector.

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