Navigation
API > API/Plugins > API/Plugins/PropertyAnimatorCore > API/Plugins/PropertyAnimatorCore/Properties > API/Plugins/PropertyAnimatorCore/Properties/Converters
References
| Module | PropertyAnimatorCore |
| Header | /Engine/Plugins/Experimental/PropertyAnimatorCore/Source/PropertyAnimatorCore/Public/Properties/Converters/PropertyAnimatorCoreConverterTraits.h |
| Include | #include "Properties/Converters/PropertyAnimatorCoreConverterTraits.h" |
Syntax
template<typename InFromType, typename InToType, typename InRuleType>
struct TValueConverterTraits
Remarks
Helper to define a converter from a type to another along an optional struct for rules
Specializations
TValueConverterTraits< bool, double >
TValueConverterTraits< bool, float >
TValueConverterTraits< double, bool, FBoolConverterRule >
TValueConverterTraits< double, float >
TValueConverterTraits< double, int32, FInt32ConverterRule >
TValueConverterTraits< float, bool, FBoolConverterRule >
TValueConverterTraits< float, double >
TValueConverterTraits< float, int32, FInt32ConverterRule >
TValueConverterTraits< FString, FText >
TValueConverterTraits< FText, FString >
TValueConverterTraits< int32, double >
TValueConverterTraits< int32, float >
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Convert
(
const InFromType& InFrom, |
||
| UScriptStruct * |