FVector::FVector

Constructor using the XYZ components from a 4D vector.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Vector.h"

Source

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

Syntax

FVector
(
    const FVector4 & V
)

Remarks

Constructor using the XYZ components from a 4D vector.

FVector inline functions

Parameters

Parameter

Description

V

4D 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