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

9 lines
191 B
C++

#include "SoundPerceptionDigestedSetting.h"
FSoundPerceptionDigestedSetting::FSoundPerceptionDigestedSetting() {
Loudness = 1;
IgnoreTime = 1;
OverrideReactionDistanceSq = 1;
}