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

12 lines
342 B
C++
Executable file

#include "BTDecorator_CanSeeTarget.h"
UBTDecorator_CanSeeTarget::UBTDecorator_CanSeeTarget() {
this->UseAsync = false;
this->DebugDraw = false;
this->MaxRange = 2000.00f;
this->Interval = -1.00f;
this->EyeSocketName = TEXT("CenterMass");
this->TraceChannel = ECC_GameTraceChannel3;
this->UseTargetable = true;
}