Files
FNGameProj/Source/FortniteGame/Private/FortLiveSpectatorController.cpp
T
2024-06-07 01:17:09 +02:00

13 lines
482 B
C++

#include "FortLiveSpectatorController.h"
void AFortLiveSpectatorController::ServerSetFollowedPlayer_Implementation(AFortPlayerState* NewPlayerToFollow, const FVector& SpectatorLocation, bool bValidPos) {
}
bool AFortLiveSpectatorController::ServerSetFollowedPlayer_Validate(AFortPlayerState* NewPlayerToFollow, const FVector& SpectatorLocation, bool bValidPos) {
return true;
}
AFortLiveSpectatorController::AFortLiveSpectatorController() {
FollowedPlayerState = NULL;
}