Navigation
API > API/Plugins > API/Plugins/PropertyAnimatorCore > API/Plugins/PropertyAnimatorCore/TimeSources
Inheritance Hierarchy
- UObject
- UPropertyAnimatorCoreTimeSourceBase
- UPropertyAnimatorCoreManualTimeSource
References
| Module | PropertyAnimatorCore |
| Header | /Engine/Plugins/Experimental/PropertyAnimatorCore/Source/PropertyAnimatorCore/Public/TimeSources/PropertyAnimatorCoreManualTimeSource.h |
| Include | #include "TimeSources/PropertyAnimatorCoreManualTimeSource.h" |
Syntax
UCLASS (MinimalAPI)
class UPropertyAnimatorCoreManualTimeSource : public UPropertyAnimatorCoreTimeSourceBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| double | CustomTime | Allows you to drive controllers with this float |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| double | |||
| void | SetCustomTime
(
double InTime |
Overridden from UPropertyAnimatorCoreTimeSourceBase
| Type | Name | Description | |
|---|---|---|---|
| double | Returns the time elapsed for animators | ||
| bool | Checks if this time source is ready to be used by the animator |