UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
AlignedFloat4 Struct Reference

#include <UnrealMathFPU.h>

Public Member Functions

FORCEINLINE AlignedFloat4 (const VectorRegister4Float &Vec)
 
FORCEINLINE float operator[] (int32 Index) const
 
FORCEINLINE floatoperator[] (int32 Index)
 
FORCEINLINE VectorRegister4Float ToVectorRegister () const
 

Public Attributes

float V [4]
 

Constructor & Destructor Documentation

◆ AlignedFloat4()

FORCEINLINE AlignedFloat4::AlignedFloat4 ( const VectorRegister4Float Vec)
inline

Member Function Documentation

◆ operator[]() [1/2]

FORCEINLINE float & AlignedFloat4::operator[] ( int32  Index)
inline

◆ operator[]() [2/2]

FORCEINLINE float AlignedFloat4::operator[] ( int32  Index) const
inline

◆ ToVectorRegister()

FORCEINLINE VectorRegister4Float AlignedFloat4::ToVectorRegister ( ) const
inline

Member Data Documentation

◆ V

float AlignedFloat4::V[4]

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