Files
UnrealEvent/Project/Source/FortniteGame/Private/FortGameplayCueForceFeedbackInfo.cpp
2026-04-22 15:51:07 +02:00

11 lines
308 B
C++

#include "FortGameplayCueForceFeedbackInfo.h"
FFortGameplayCueForceFeedbackInfo::FFortGameplayCueForceFeedbackInfo() {
this->ForceFeedbackEffect = NULL;
this->EffectRadius = 0.00f;
this->FarForceFeedbackEffect = NULL;
this->FarEffectRadius = 0.00f;
this->bAlwaysPlayOnTarget = false;
}