Files
UnrealEvent/Project/Source/FortniteGame/Private/FortAbilityTargetSelectionList.cpp
2026-04-22 15:51:07 +02: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;
}