Files
FNGameProj/Source/FortniteGame/Private/FortSpecialGameplayAreaComponent.cpp
T
2024-03-03 23:44:39 +01:00

15 lines
518 B
C++

#include "FortSpecialGameplayAreaComponent.h"
void UFortSpecialGameplayAreaComponent::OverrideBodyPartAfterPawnPossession(APawn* Pawn) {
}
void UFortSpecialGameplayAreaComponent::OnExitVolume(AActor* Actor, UActorComponent* ActorComponent, APawn* InstigatorPawn, AFortVolume* Volume) {
}
void UFortSpecialGameplayAreaComponent::OnEnterVolume(AActor* Actor, UActorComponent* ActorComponent, APawn* InstigatorPawn, AFortVolume* Volume) {
}
UFortSpecialGameplayAreaComponent::UFortSpecialGameplayAreaComponent() {
}