FVector2D::FVector2D

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

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/Vector4.h

Syntax

FVector2D
(
    const FVector4 & V
)

Remarks

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

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