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

11 lines
330 B
C++

#include "FortAbilityTargetSelectionList.h"
FFortAbilityTargetSelectionList::FFortAbilityTargetSelectionList() {
this->bStopAtFirstSuccess = false;
this->bKeepCheckingListOnIndestructibleHit = false;
this->bUseWeaponRanges = false;
this->bUseMaxYawAngleToTarget = false;
this->MaxYawAngleToTarget = 0.00f;
}