Files
FNGameProj/Source/FortniteGame/Private/FortWindImpulseCylinderRadial.cpp
2024-01-21 00:41:14 +01:00

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;
}