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

13 lines
344 B
C++

#include "FortWindResponder.h"
FFortWindResponder::FFortWindResponder() {
this->WindUpdatingBuildingSMActor = NULL;
this->WindSpeedCurve = NULL;
this->WindPannerSpeedCurve = NULL;
this->WindAudio = NULL;
this->MaterialParameterPairIndices = 0;
this->WindSpeed = 0.00f;
this->bHasSetupAnimatingMaterials = false;
}