FVector2i::FVector2i

Choose your operating system:

Windows

macOS

Linux

References

Module

GeometryCore

Header

/Engine/Source/Runtime/GeometryCore/Public/IntVectorTypes.h

Include

#include "IntVectorTypes.h"

Syntax

constexpr FVector2i
(
    int32 ValX,
    int32 ValY
)