FLocTextHelper::FLocTextHelper

Construct an empty helper.

Windows
MacOS
Linux

References

Module

Localization

Header

/Engine/Source/Developer/Localization/Public/LocTextHelper.h

Include

#include "LocTextHelper.h"

Source

/Engine/Source/Developer/Localization/Private/LocTextHelper.cpp

Syntax

FLocTextHelper
(
    TSharedPtr< ILocFileNotifies > InLocFileNotifies,
    const ELocTextPlatformSplitMode InPlatformSplitMode
)

Remarks

Construct an empty helper.

This kind of helper is only suitable for dealing with manifests, not archives.

Parameters

Parameter

Description

InLocFileNotifies

Interface for allowing source control integration (may be null).

InPlatformSplitMode

Should we split localization data per-platform?

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss