Navigation
API > API/Plugins > API/Plugins/PropertyAnimatorCore
Preset interface for animator system
| Name | IPropertyAnimatorCorePresetable |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/PropertyAnimatorCore/Source/PropertyAnimatorCore/Public/Presets/PropertyAnimatorCorePresetable.h |
| Include Path | #include "Presets/PropertyAnimatorCorePresetable.h" |
Syntax
class IPropertyAnimatorCorePresetable
Derived Classes
- UPropertyAnimatorCoreBase
- UPropertyAnimatorCoreContext
- UPropertyAnimatorCoreResolver
- UPropertyAnimatorCoreTimeSourceBase
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool ExportPreset
(
const UPropertyAnimatorCorePresetBase* InPreset, |
Export a specific preset | Presets/PropertyAnimatorCorePresetable.h | |
bool ImportPreset
(
const UPropertyAnimatorCorePresetBase* InPreset, |
Import a specific preset | Presets/PropertyAnimatorCorePresetable.h |