Navigation
API > API/Plugins > API/Plugins/PropertyAnimator > API/Plugins/PropertyAnimator/Properties
Inheritance Hierarchy
- UObject
- UPropertyAnimatorCoreContext
- UPropertyAnimatorFloatContext
References
| Module | PropertyAnimator |
| Header | /Engine/Plugins/Experimental/PropertyAnimator/Source/PropertyAnimator/Public/Properties/PropertyAnimatorFloatContext.h |
| Include | #include "Properties/PropertyAnimatorFloatContext.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UPropertyAnimatorFloatContext : public UPropertyAnimatorCoreContext
Remarks
Property context used by float driving animator
Variables
| Type | Name | Description | |
|---|---|---|---|
| double | AmplitudeMax | The maximum value should be remapped to that values | |
| double | AmplitudeMin | The minimum value should be remapped to that values | |
| float | Frequency | Number of repetition every seconds for the effect | |
| float | Magnitude | Magnitude of the effect | |
| double | TimeOffset | Time offset variation for evaluation |
Functions
| Type | Name | Description | |
|---|---|---|---|
| double | |||
| double | |||
| float | GetFrequency () |
||
| float | GetMagnitude () |
||
| double | |||
| void | SetAmplitudeMax
(
double InAmplitude |
||
| void | SetAmplitudeMin
(
double InAmplitude |
||
| void | SetFrequency
(
float InFrequency |
||
| void | SetMagnitude
(
float InMagnitude |
||
| void | SetTimeOffset
(
double InTimeOffset |
Overridden from UPropertyAnimatorCoreContext
| Type | Name | Description | |
|---|---|---|---|
| void | Called once, when the property is linked to this context |