Navigation
API > API/Plugins > API/Plugins/PropertyAnimatorCore
Helper to define a converter from a type to another along an optional struct for rules
| Name | TValueConverterTraits |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/PropertyAnimatorCore/Source/PropertyAnimatorCore/Public/Properties/Converters/PropertyAnimatorCoreConverterTraits.h |
| Include Path | #include "Properties/Converters/PropertyAnimatorCoreConverterTraits.h" |
Syntax
template<typename InFromType, typename InToType, typename InRuleType>
struct TValueConverterTraits
Struct Specializations
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool Convert
(
const InFromType& InFrom, |
Properties/Converters/PropertyAnimatorCoreConverterTraits.h | ||
static UScriptStruct * GetRuleStruct() |
Properties/Converters/PropertyAnimatorCoreConverterTraits.h |