UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Kismet::BlueprintTypeConversions::Internal Namespace Reference

Classes

struct  FStructConversionEntry
 

Functions

template<typename TFrom , typename TTo >
FORCEINLINE_DEBUGGABLE void ConvertType (const void *InFromData, void *InToData)
 
ConversionFunctionT FindConversionFunction (const FProperty *InFromProperty, const FProperty *InToProperty)
 

Function Documentation

◆ ConvertType()

template<typename TFrom , typename TTo >
FORCEINLINE_DEBUGGABLE void UE::Kismet::BlueprintTypeConversions::Internal::ConvertType ( const void InFromData,
void InToData 
)

◆ FindConversionFunction()

ConversionFunctionT UE::Kismet::BlueprintTypeConversions::Internal::FindConversionFunction ( const FProperty InFromProperty,
const FProperty InToProperty 
)