FVector::FVector

Constructs a vector from an [FVector2D](API\Runtime\Core\Math\FVector2D) and Z value.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Vector.h"

Syntax

FVector
(
    const FVector2D V,
    float InZ
)

Remarks

Constructs a vector from an FVector2D and Z value.

Parameters

Parameter

Description

V

Vector to copy from.

InZ

Z Coordinate.

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