9 lines
223 B
C++
Executable file
9 lines
223 B
C++
Executable file
#include "EventStarterAnimInstance.h"
|
|
|
|
UEventStarterAnimInstance::UEventStarterAnimInstance() {
|
|
this->UseProgress = 0.00f;
|
|
this->IsOpenForUse = false;
|
|
this->IsBooted = false;
|
|
this->IsEventActive = false;
|
|
}
|
|
|