Navigation
API > API/Plugins > API/Plugins/PropertyAnimatorCore
Time source that sync with a sequencer animator track
| Name | UPropertyAnimatorCoreSequencerTimeSource |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/PropertyAnimatorCore/Source/PropertyAnimatorCore/Public/TimeSources/PropertyAnimatorCoreSequencerTimeSource.h |
| Include Path | #include "TimeSources/PropertyAnimatorCoreSequencerTimeSource.h" |
Syntax
UCLASS (MinimalAPI)
class UPropertyAnimatorCoreSequencerTimeSource : public UPropertyAnimatorCoreTimeSourceBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPropertyAnimatorCoreTimeSourceBase → UPropertyAnimatorCoreSequencerTimeSource
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UPropertyAnimatorCoreSequencerTimeSource() |
TimeSources/PropertyAnimatorCoreSequencerTimeSource.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| TimeSources/PropertyAnimatorCoreSequencerTimeSource.h |
Overridden from UPropertyAnimatorCoreTimeSourceBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool UpdateEvaluationData
(
FPropertyAnimatorCoreTimeSourceEvaluationData& OutData |
Retrieve evaluation data to provide animators, return true if data is valid, false otherwise | TimeSources/PropertyAnimatorCoreSequencerTimeSource.h |