UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FVectorFixed48 Class Reference

#include <AnimationCompression.h>

Public Member Functions

 FVectorFixed48 ()
 
 FVectorFixed48 (const FVector3f &Vec)
 
void FromVector (const FVector3f &Vec)
 
void ToVector (FVector3f &Out) const
 

Public Attributes

uint16 X
 
uint16 Y
 
uint16 Z
 

Friends

FArchiveoperator<< (FArchive &Ar, FVectorFixed48 &Vec)
 

Constructor & Destructor Documentation

◆ FVectorFixed48() [1/2]

FVectorFixed48::FVectorFixed48 ( )
inline

◆ FVectorFixed48() [2/2]

FVectorFixed48::FVectorFixed48 ( const FVector3f Vec)
inlineexplicit

Member Function Documentation

◆ FromVector()

void FVectorFixed48::FromVector ( const FVector3f Vec)
inline

◆ ToVector()

void FVectorFixed48::ToVector ( FVector3f Out) const
inline

Friends And Related Symbol Documentation

◆ operator<<

FArchive & operator<< ( FArchive Ar,
FVectorFixed48 Vec 
)
friend

Member Data Documentation

◆ X

uint16 FVectorFixed48::X

◆ Y

uint16 FVectorFixed48::Y

◆ Z

uint16 FVectorFixed48::Z

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