FVector2D::FVector2D

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

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Vector2D.h"

Source

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

Syntax

FVector2D
(
    const FVector & V
)

Remarks

Constructs a vector from an FVector. Copies the X and Y components from the FVector.

FVector2D inline functions

Parameters

Parameter

Description

V

Vector to copy from.

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