Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Internationalization > API/Runtime/CoreUObject/Internationalization/FPackageLocalizationCultureCache
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 |
bool AddPackage
&40;
const FString & InPackageName
&41;
Remarks
Add a package (potentially source or localized) to this cache. TRUE if the supplied package is a localized asset and was added to the culture cache, FALSE otherwise
Parameters
Name | Description |
---|---|
InPackageName | The name of the package to add. |