FVector::FVector

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

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Vector.h"

Syntax

FVector
(
    FIntPoint A
)

Remarks

Constructs a vector from an FIntPoint.

Parameters

Parameter

Description

A

Int Point used to set X and Y coordinates, Z is set to zero.

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