FVector2D::Set

Set the values of the vector directly.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Vector2D.h"

Syntax

void Set
(
    float InX,
    float InY
)

Remarks

Set the values of the vector directly.

Parameters

Parameter

Description

InX

New X coordinate.

InY

New Y 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