Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
FIntVector4 Struct Reference

#include <IntVector.h>

Public Member Functions

FORCEINLINE FIntVector4 ()
 
FORCEINLINE FIntVector4 (int32 InX, int32 InY, int32 InZ, int32 InW)
 
FORCEINLINE FIntVector4 (int32 InValue)
 
FORCEINLINE FIntVector4 (EForceInit)
 
FORCEINLINE const int32operator[] (int32 ComponentIndex) const
 
FORCEINLINE int32operator[] (int32 ComponentIndex)
 
FORCEINLINE bool operator== (const FIntVector4 &Other) const
 
FORCEINLINE bool operator!= (const FIntVector4 &Other) const
 

Public Attributes

int32 X
 
int32 Y
 
int32 Z
 
int32 W
 

Detailed Description

Definition at line 416 of file IntVector.h.

Constructor & Destructor Documentation

◆ FIntVector4() [1/4]

FORCEINLINE FIntVector4::FIntVector4 ( )
inline

Definition at line 420 of file IntVector.h.

◆ FIntVector4() [2/4]

FORCEINLINE FIntVector4::FIntVector4 ( int32 InX,
int32 InY,
int32 InZ,
int32 InW )
inline

Definition at line 424 of file IntVector.h.

◆ FIntVector4() [3/4]

FORCEINLINE FIntVector4::FIntVector4 ( int32 InValue)
inlineexplicit

Definition at line 432 of file IntVector.h.

◆ FIntVector4() [4/4]

FORCEINLINE FIntVector4::FIntVector4 ( EForceInit )
inline

Definition at line 440 of file IntVector.h.

Member Function Documentation

◆ operator!=()

FORCEINLINE bool FIntVector4::operator!= ( const FIntVector4 & Other) const
inline

Definition at line 465 of file IntVector.h.

◆ operator==()

FORCEINLINE bool FIntVector4::operator== ( const FIntVector4 & Other) const
inline

Definition at line 459 of file IntVector.h.

◆ operator[]() [1/2]

FORCEINLINE int32 & FIntVector4::operator[] ( int32 ComponentIndex)
inline

Definition at line 454 of file IntVector.h.

◆ operator[]() [2/2]

FORCEINLINE const int32 & FIntVector4::operator[] ( int32 ComponentIndex) const
inline

Definition at line 448 of file IntVector.h.

Member Data Documentation

◆ W

int32 FIntVector4::W

Definition at line 418 of file IntVector.h.

◆ X

int32 FIntVector4::X

Definition at line 418 of file IntVector.h.

◆ Y

int32 FIntVector4::Y

Definition at line 418 of file IntVector.h.

◆ Z

int32 FIntVector4::Z

Definition at line 418 of file IntVector.h.


The documentation for this struct was generated from the following file: