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

11 lines
296 B
C++

#include "FortAbilityTargetSelectionList.h"
FFortAbilityTargetSelectionList::FFortAbilityTargetSelectionList() {
bStopAtFirstSuccess = false;
bKeepCheckingListOnIndestructibleHit = false;
bUseWeaponRanges = false;
bUseMaxYawAngleToTarget = false;
MaxYawAngleToTarget = 1;
}