FIntVector::FIntVector

Creates and initializes a new instance with the specified coordinates.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/IntVector.h"

Syntax

FIntVector
(
    int32 InX,
    int32 InY,
    int32 InZ
)

Remarks

Creates and initializes a new instance with the specified coordinates.

Parameters

Parameter

Description

InX

The x-coordinate.

InY

The y-coordinate.

InZ

The 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