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
(
    FString InTargetName,
    TSharedPtr< ILocFileNotifies > InLocFileNotifies,
    const ELocTextPlatformSplitMode InPlatformSplitMode
)

Remarks

Construct an empty helper. @note 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).

InTargetName

The name of the target we're working with (eg, Game).

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