Files
FNGameProj/Source/FortniteGame/Private/FortControllerComponent_LocalizationService.cpp
T
2024-03-03 23:44:39 +01:00

15 lines
631 B
C++

#include "FortControllerComponent_LocalizationService.h"
void UFortControllerComponent_LocalizationService::ServerRequestLocalizationDocument_Implementation(const FString& InDocumentID, const FString& InLocale) {
}
bool UFortControllerComponent_LocalizationService::ServerRequestLocalizationDocument_Validate(const FString& InDocumentID, const FString& InLocale) {
return true;
}
void UFortControllerComponent_LocalizationService::ClientLoadLocalizationDocument_Implementation(const FReplicatedLocalizedDocument Document) {
}
UFortControllerComponent_LocalizationService::UFortControllerComponent_LocalizationService() {
}