Navigation
Unreal Engine C++ API Reference > 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 |
void RemoveRootSourcePath
&40;
const FString & InRootPath
&41;
Remarks
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.
Parameters
Name | Description |
---|---|
InRootPath | The root source path to remove. |