Navigation
API > API/Developer > API/Developer/Localization > API/Developer/Localization/FLocTextHelper
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool SaveNativeArchive
(
FText* OutError |
Attempt to save the native archive file. | LocTextHelper.h | |
bool SaveNativeArchive
(
const FString& InArchiveFilePath, |
Attempt to save the native archive file to the given file path. | LocTextHelper.h |
SaveNativeArchive(FText *)
Description
Attempt to save the native archive file.
| Name | SaveNativeArchive |
| 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 SaveNativeArchive
(
FText * OutError
) const
True if the file was saved, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| OutError | Optional text to be filled when an error occurs. |
SaveNativeArchive(const FString &, FText *)
Description
Attempt to save the native archive file to the given file path.
| Name | SaveNativeArchive |
| 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 SaveNativeArchive
(
const FString & InArchiveFilePath,
FText * OutError
) const
True if the file was saved, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| InArchiveFilePath | Full file path to write the archive as. |
| OutError | Optional text to be filled when an error occurs. |