![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
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) |
| bool UE::PropertyAccessUtil::Private::AreRealNumbersIdentical | ( | const FProperty * | InSrcProp, |
| const void * | InSrcValue, | ||
| const FProperty * | InDestProp, | ||
| const void * | InDestValue | ||
| ) |
| void UE::PropertyAccessUtil::Private::ConvertRealNumber | ( | const FProperty * | InSrcProp, |
| const void * | InSrcValue, | ||
| const FProperty * | InDestProp, | ||
| void * | InDestValue, | ||
| int | InCount | ||
| ) |