Files
FNGameProj/Source/FortniteUI/Private/FriendCodeShareButtonBase.cpp
2024-01-21 00:41:14 +01: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;
}