8 lines
214 B
C++
Executable file
8 lines
214 B
C++
Executable file
#include "WidgetAnimationSettings.h"
|
|
|
|
FWidgetAnimationSettings::FWidgetAnimationSettings() {
|
|
this->PlaybackSpeed = 0.00f;
|
|
this->PlayMode = EUMGSequencePlayMode::Forward;
|
|
this->bRestoreState = false;
|
|
}
|
|
|