#include "FortPartySuggestionButton.h" void UFortPartySuggestionButton::UpdateDisplayInfo() { } void UFortPartySuggestionButton::HandleSuggestionAccepted(int32 PlayerID) { } void UFortPartySuggestionButton::HandleLobbyStarted() { } UFortPartySuggestionButton::UFortPartySuggestionButton() { this->Image_Platform = NULL; this->Image_PartySize = NULL; this->Text_DisplayName = NULL; this->Text_Description = NULL; this->Text_ActionText = NULL; }