FInternationalizationManifest::AddSource

Adds a manifest entry.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Internationalization/InternationalizationManifest.h

Include

#include "Internationalization/InternationalizationManifest.h"

Source

/Engine/Source/Runtime/Core/Private/Internationalization/InternationalizationManifest.cpp

Syntax

bool AddSource
(
    const FLocKey & Namespace,
    const FLocItem & Source,
    const FManifestContext & Context
)

Remarks

Adds a manifest entry.

Returns

Returns true if add was successful or a matching entry already exists, false is only returned in the case where a duplicate context was found with different text.

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