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

20 lines
664 B
C++
Executable file

#include "ReflectionHitscanComponent.h"
void UReflectionHitscanComponent::Server_RegisterHit_Reflection_Implementation(const FReflectiveHitscanHit& Hit) {
}
void UReflectionHitscanComponent::Server_RegisterHit_Implementation(const FReflectiveHitscanHit& Hit) {
}
void UReflectionHitscanComponent::All_ShowHit_Implementation(const FReflectiveHitscanHit& Hit) {
}
UReflectionHitscanComponent::UReflectionHitscanComponent() {
this->PlatformTerrainType = NULL;
this->bPlayImpactSound = true;
this->bShowImpactOnReflections = false;
this->bDamageOnReflections = false;
this->StraightenReflectionFactor = 0.40f;
this->ReflectionCount = 0;
}