#include "FortLeaderboardContext.h" bool UFortLeaderboardContext::CanShowStats() const { return false; } bool UFortLeaderboardContext::CanShowLeaderboards() const { return false; } bool UFortLeaderboardContext::CanShowGlobalLeaderboards() const { return false; } UFortLeaderboardContext::UFortLeaderboardContext() { }