LoadArchive

Overload list

Unreal Engine C++ API Reference > Developer > Localization > FLocTextHelper

  Type Name Description
Public function bool

LoadArchive ( const FString& InCulture,
const ELocTextHelperLoadFlags InLoadFlags,
FText* OutError
)

Attempt to load (or create) an archive file (native or foreign).
Public function bool

LoadArchive ( const FString& InCulture,
const FString& InArchiveFilePath,
const ELocTextHelperLoadFlags InLoadFlags,
FText* OutError
)

Attempt to load (or create) an foreign file (native or foreign) from the given file path.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library

On this page