FPackageLocalizationCultureCache::AddPackage

Add a package (potentially source or localized) to this cache.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/Internationalization/PackageLocalizationCache.h

Include

#include "Internationalization/PackageLocalizationCache.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/Internationalization/PackageLocalizationCache.cpp

Syntax

bool AddPackage
(
    const FString & InPackageName
)

Remarks

Add a package (potentially source or localized) to this cache.

Returns

TRUE if the supplied package is a localized asset and was added to the culture cache, FALSE otherwise

Parameters

Parameter

Description

InPackageName

The name of the package to add.

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