FPackageLocalizationCultureCache::RemovePackage

Remove a package (potentially source or localized) from 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 RemovePackage
(
    const FString & InPackageName
)

Remarks

Remove a package (potentially source or localized) from this cache.

Returns

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

Parameters

Parameter

Description

InPackageName

The name of the package to remove.

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