|
QuickTween 1.4.1
|
#include <QuickTweenSequence.h>
Public Attributes | |
| TArray< UQuickTweenable * > | Tweens |
| float | StartTime = 0.0f |
| float | Duration = 0.0f |
Represents a group of tweens that run in parallel.
| float FQuickTweenSequenceGroup::Duration = 0.0f |
Max duration of this group.
| float FQuickTweenSequenceGroup::StartTime = 0.0f |
Start time of the group within the sequence.
| TArray<UQuickTweenable*> FQuickTweenSequenceGroup::Tweens |
Tweens that are part of this group.