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

#include <IntVector.h>

Public Member Functions

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

Public Attributes

uint32 X
 
uint32 Y
 
uint32 Z
 
uint32 W
 

Detailed Description

Definition at line 471 of file IntVector.h.

Constructor & Destructor Documentation

◆ FUintVector4() [1/4]

FORCEINLINE FUintVector4::FUintVector4 ( )
inline

Definition at line 475 of file IntVector.h.

◆ FUintVector4() [2/4]

FORCEINLINE FUintVector4::FUintVector4 ( uint32 InX,
uint32 InY,
uint32 InZ,
uint32 InW )
inline

Definition at line 479 of file IntVector.h.

◆ FUintVector4() [3/4]

FORCEINLINE FUintVector4::FUintVector4 ( uint32 InValue)
inlineexplicit

Definition at line 487 of file IntVector.h.

◆ FUintVector4() [4/4]

FORCEINLINE FUintVector4::FUintVector4 ( EForceInit )
inline

Definition at line 495 of file IntVector.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 520 of file IntVector.h.

◆ operator==()

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

Definition at line 514 of file IntVector.h.

◆ operator[]() [1/2]

FORCEINLINE uint32 & FUintVector4::operator[] ( int32 ComponentIndex)
inline

Definition at line 509 of file IntVector.h.

◆ operator[]() [2/2]

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

Definition at line 503 of file IntVector.h.

Member Data Documentation

◆ W

uint32 FUintVector4::W

Definition at line 473 of file IntVector.h.

◆ X

uint32 FUintVector4::X

Definition at line 473 of file IntVector.h.

◆ Y

uint32 FUintVector4::Y

Definition at line 473 of file IntVector.h.

◆ Z

uint32 FUintVector4::Z

Definition at line 473 of file IntVector.h.


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