DRG-Femboy-Voice/Source/FSD/Private/BTTask_FindPointNearCeiling.cpp
2025-04-15 12:39:31 -07:00

8 lines
218 B
C++
Executable file

#include "BTTask_FindPointNearCeiling.h"
UBTTask_FindPointNearCeiling::UBTTask_FindPointNearCeiling() {
this->CloseToCeilingBias = 0.80f;
this->LookForCeilingLength = 0.00f;
this->SearchRadius = 0.00f;
}