mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-27 03:53:25 +00:00
15 lines
631 B
C++
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() {
|
|
}
|
|
|