UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::PropertyAccessUtil::Private Namespace Reference

Functions

bool IsRealNumberConversion (const FProperty *InSrcProp, const FProperty *InDestProp)
 
void ConvertRealNumber (const FProperty *InSrcProp, const void *InSrcValue, const FProperty *InDestProp, void *InDestValue, int InCount)
 
bool AreRealNumbersIdentical (const FProperty *InSrcProp, const void *InSrcValue, const FProperty *InDestProp, const void *InDestValue)
 

Function Documentation

◆ AreRealNumbersIdentical()

bool UE::PropertyAccessUtil::Private::AreRealNumbersIdentical ( const FProperty InSrcProp,
const void InSrcValue,
const FProperty InDestProp,
const void InDestValue 
)

◆ ConvertRealNumber()

void UE::PropertyAccessUtil::Private::ConvertRealNumber ( const FProperty InSrcProp,
const void InSrcValue,
const FProperty InDestProp,
void InDestValue,
int  InCount 
)

◆ IsRealNumberConversion()

bool UE::PropertyAccessUtil::Private::IsRealNumberConversion ( const FProperty InSrcProp,
const FProperty InDestProp 
)