Navigation
API > API/Developer > API/Developer/Localization > API/Developer/Localization/FLocTextHelper
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool SaveManifest
(
FText* OutError |
Attempt to save the manifest file. | LocTextHelper.h | |
bool SaveManifest
(
const FString& InManifestFilePath, |
Attempt to save the manifest file to the given file path. | LocTextHelper.h |
SaveManifest(FText *)
Description
Attempt to save the manifest file.
| Name | SaveManifest |
| Type | function |
| Header File | /Engine/Source/Developer/Localization/Public/LocTextHelper.h |
| Include Path | #include "LocTextHelper.h" |
| Source | /Engine/Source/Developer/Localization/Private/LocTextHelper.cpp |
bool SaveManifest
(
FText * OutError
) const
True if the file was saved, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| OutError | Optional text to be filled when an error occurs. |
SaveManifest(const FString &, FText *)
Description
Attempt to save the manifest file to the given file path.
| Name | SaveManifest |
| Type | function |
| Header File | /Engine/Source/Developer/Localization/Public/LocTextHelper.h |
| Include Path | #include "LocTextHelper.h" |
| Source | /Engine/Source/Developer/Localization/Private/LocTextHelper.cpp |
bool SaveManifest
(
const FString & InManifestFilePath,
FText * OutError
) const
True if the file was saved, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| InManifestFilePath | Full file path to save the manifest to. |
| OutError | Optional text to be filled when an error occurs. |