Files
FNGameProj/Source/FortniteGame/Private/ExponentialHeightFogWeatherData.cpp
T
2024-06-07 01:17:09 +02:00

11 lines
294 B
C++

#include "ExponentialHeightFogWeatherData.h"
FExponentialHeightFogWeatherData::FExponentialHeightFogWeatherData() {
FogDensityScale = NULL;
FogHeightFalloffScale = NULL;
SecondFogDensityScale = NULL;
SecondFogHeightFalloffScale = NULL;
SecondHeightFogOffsetBias = NULL;
}