LoadForeignArchive

Overload list

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

  Type Name Description
Public function bool

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

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

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

Attempt to load (or create) a foreign archive file 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