Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FPackageLocalizationCultureCache
Description
Remove a source path. This will remove it from the pending list, as well as immediately remove any localized package entries mapped from this source root.
| Name | RemoveRootSourcePath |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Internationalization/PackageLocalizationCache.h |
| Include Path | #include "Internationalization/PackageLocalizationCache.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Internationalization/PackageLocalizationCache.cpp |
void RemoveRootSourcePath
(
const FString & InRootPath
)
Parameters
| Name | Remarks |
|---|---|
| InRootPath | The root source path to remove. |