Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/IPackageLocalizationCache
Description
Invalidate any cached state for the given root source path, and add it to the queue of things to process when ConditionalUpdateCache is called. eg) when new asset registry state is loaded for a plugin that may invalidate its cached data
Derived Overrides
| Name | InvalidateRootSourcePath |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Internationalization/IPackageLocalizationCache.h |
| Include Path | #include "Internationalization/IPackageLocalizationCache.h" |
void InvalidateRootSourcePath
(
const FString & InRootPath
)