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

10 lines
297 B
C++
Executable file

#include "RadarPointComponent.h"
void URadarPointComponent::MapToRadarPosition(FVector playerPos, FVector playerForward, FVector Pos, bool snap, FVector& radarPos, float& alpha) {
}
URadarPointComponent::URadarPointComponent() {
this->PointPriority = 0.00f;
this->WidgetClass = NULL;
}