Navigation
API > API/Plugins > API/Plugins/PropertyAnimatorCore > API/Plugins/PropertyAnimatorCore/Properties > API/Plugins/PropertyAnimatorCore/Properties/Converters
Inheritance Hierarchy
- UObject
- UPropertyAnimatorCoreConverterBase
References
| Module | PropertyAnimatorCore |
| Header | /Engine/Plugins/Experimental/PropertyAnimatorCore/Source/PropertyAnimatorCore/Public/Properties/Converters/PropertyAnimatorCoreConverterBase.h |
| Include | #include "Properties/Converters/PropertyAnimatorCoreConverterBase.h" |
Syntax
UCLASS (MinimalAPI, Abstract, Transient)
class UPropertyAnimatorCoreConverterBase : public UObject
Remarks
Abstract base class, Children are used to convert from a type to another with optional rules, Should remain transient and stateless
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Convert
(
const FPropertyBagPropertyDesc& InFromProperty, |
Converts from input bag to output bag with optional rules, returns true on success | |
| UScriptStruct * | Returns a struct descriptor for optional rules supported by this converter | ||
| bool | IsConversionSupported
(
const FPropertyBagPropertyDesc& InFromProperty, |
Checks if this converter support the conversion |