mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
15 lines
518 B
C++
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() {
|
|
}
|
|
|