unreal.PropertyAnimatorPulse¶
- class unreal.PropertyAnimatorPulse(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
PropertyAnimatorNumericBaseApplies an additive pulse movement with various options on supported float properties
C++ Source:
Plugin: PropertyAnimator
Module: PropertyAnimator
File: PropertyAnimatorPulse.h
Editor Properties: (see get_editor_property/set_editor_property)
active_time_source(PropertyAnimatorCoreTimeSourceBase): [Read-Only] Active time source with its options, determined by its nameanimator_display_name(Name): [Read-Only] Display name as title property for component array, hide it but must be visible to editor for array title propertyanimator_enabled(bool): [Read-Write] Enable control of properties linked to this Animatorcycle_duration(float): [Read-Write] Duration of one cycle for the effect = period of the effectcycle_gap_duration(float): [Read-Write] Time gap between each cyclecycle_mode(PropertyAnimatorCycleMode): [Read-Write] Cycle mode for the effecteasing_function(PropertyAnimatorEasingFunction): [Read-Write] The easing function to use to modify the base effecteasing_type(PropertyAnimatorEasingType): [Read-Write] The type of effect for easing functionlinked_properties(Array[PropertyAnimatorCoreContext]): [Read-Write] Context for properties linked to this Animatormagnitude(float): [Read-Write] Magnitude for the effect on all propertiesoverride_time_source(bool): [Read-Write] Use the global time source or override it on this animatorrandom_time_offset(bool): [Read-Write] Use random time offset to add variation in animationseed(int32): [Read-Write] Seed to generate per property time offsettime_source_name(Name): [Read-Write] The time source to usetime_sources_instances(Map[Name, PropertyAnimatorCoreTimeSourceBase]): [Read-Write] deprecated: Use TimeSources instead
- property easing_function: PropertyAnimatorEasingFunction¶
[Read-Write] The easing function to use to modify the base effect
- Type:
- property easing_type: PropertyAnimatorEasingType¶
[Read-Write] The type of effect for easing function
- Type: