FTwoVectors::FTwoVectors

Creates and initializes a new instance with the specified vectors.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/TwoVectors.h"

Syntax

FTwoVectors
(
    FVector In1,
    FVector In2
)

Remarks

Creates and initializes a new instance with the specified vectors.

Parameters

Parameter

Description

In1

The first Vector.

In2

The second Vector.

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