10 lines
260 B
C++
Executable file
10 lines
260 B
C++
Executable file
#include "RotatingSceneComponent.h"
|
|
|
|
URotatingSceneComponent::URotatingSceneComponent() {
|
|
this->BobbingSpeed = 0.00f;
|
|
this->BobbingSize = 0.00f;
|
|
this->Sweep = false;
|
|
this->ForceParentUp = false;
|
|
this->TeleportMode = ETeleportType::None;
|
|
}
|
|
|