|
| | FTextLocalizationResource ()=default |
| |
| | FTextLocalizationResource (const FTextLocalizationResource &)=default |
| |
| FTextLocalizationResource & | operator= (const FTextLocalizationResource &)=default |
| |
| | FTextLocalizationResource (FTextLocalizationResource &&)=default |
| |
| FTextLocalizationResource & | operator= (FTextLocalizationResource &&)=default |
| |
| CORE_API void | AddEntry (const FTextKey &InNamespace, const FTextKey &InKey, const FString &InSourceString, const FString &InLocalizedString, const int32 InPriority, const FTextKey &InLocResID=FTextKey()) |
| |
| CORE_API void | AddEntry (const FTextKey &InNamespace, const FTextKey &InKey, const FString &InSourceString, const FTextConstDisplayStringRef &InLocalizedString, const int32 InPriority, const FTextKey &InLocResID=FTextKey()) |
| |
| CORE_API void | AddEntry (const FTextKey &InNamespace, const FTextKey &InKey, const uint32 InSourceStringHash, const FString &InLocalizedString, const int32 InPriority, const FTextKey &InLocResID=FTextKey()) |
| |
| CORE_API void | AddEntry (const FTextKey &InNamespace, const FTextKey &InKey, const uint32 InSourceStringHash, const FTextConstDisplayStringRef &InLocalizedString, const int32 InPriority, const FTextKey &InLocResID=FTextKey()) |
| |
| CORE_API bool | IsEmpty () const |
| |
| CORE_API void | LoadFromDirectory (const FString &DirectoryPath, const int32 Priority) |
| |
| CORE_API bool | LoadFromFile (const FString &FilePath, const int32 Priority) |
| |
| CORE_API bool | LoadFromArchive (FArchive &Archive, const FTextKey &LocResID, const int32 Priority) |
| |
| CORE_API bool | SaveToFile (const FString &FilePath) const |
| |
| CORE_API bool | SaveToArchive (FArchive &Archive, const FTextKey &LocResID) const |
| |
Utility class for working with Localization Resource (LocRes) files.