mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-09-02 04:03:46 +00:00
11 lines
272 B
C++
11 lines
272 B
C++
#include "FortWindImpulseCylinderRadial.h"
|
|
|
|
FFortWindImpulseCylinderRadial::FFortWindImpulseCylinderRadial() {
|
|
this->InnerRadius = 0.00f;
|
|
this->OuterRadius = 0.00f;
|
|
this->Magnitude = 0.00f;
|
|
this->bIsChanging = false;
|
|
this->bIsChangePending = false;
|
|
}
|
|
|