Files
2026-04-22 15:51:07 +02:00

16 lines
451 B
C++

#include "FriendCodeShareButtonBase.h"
void UFriendCodeShareButtonBase::OnQueryUnredeemedFriendCodesComplete(bool bSuccess, const TArray<FFriendCode>& FriendCodes) {
}
void UFriendCodeShareButtonBase::OnFriendCodeIssued(bool bSuccess, const FFriendCode& FriendCode) {
}
UFriendCodeShareButtonBase::UFriendCodeShareButtonBase() {
this->FriendCodeListClass = NULL;
this->NumSharesRemainingText = NULL;
this->InviteCodeMessage = NULL;
}