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

#include <VVMNativeRational.h>

Public Member Functions

FVerseRational ReduceAndNormalizeSigns () const
 

Public Attributes

int64 Numerator {0}
 
int64 Denominator {0}
 

Friends

bool operator== (const FVerseRational &A, const FVerseRational &B)
 
uint32 GetTypeHash (const FVerseRational &R)
 
void operator<< (FStructuredArchive::FSlot Slot, FVerseRational &R)
 

Member Function Documentation

◆ ReduceAndNormalizeSigns()

FVerseRational FVerseRational::ReduceAndNormalizeSigns ( ) const
inline

Friends And Related Symbol Documentation

◆ GetTypeHash

uint32 GetTypeHash ( const FVerseRational R)
friend

◆ operator<<

void operator<< ( FStructuredArchive::FSlot  Slot,
FVerseRational R 
)
friend

◆ operator==

bool operator== ( const FVerseRational A,
const FVerseRational B 
)
friend

Member Data Documentation

◆ Denominator

int64 FVerseRational::Denominator {0}

◆ Numerator

int64 FVerseRational::Numerator {0}

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