Navigation
API > API/Developer > API/Developer/Localization > API/Developer/Localization/FLocTextHelper
References
Module | Localization |
Header | /Engine/Source/Developer/Localization/Public/LocTextHelper.h |
Include | #include "LocTextHelper.h" |
Source | /Engine/Source/Developer/Localization/Private/LocTextHelper.cpp |
bool SaveManifestImpl
&40;
const TSharedRef< const FInternationalizationManifest > & InManifest,
const FString & InManifestFilePath,
FText &42; OutError
&41; const
Remarks
Internal implementation of saving a manifest. True if the file was saved, false otherwise.
Parameters
Name | Description |
---|---|
InManifest | The manifest file to save. |
InManifestFilePath | Full path to where the manifest file should be saved. |
OutError | Optional text to be filled when an error occurs. |