Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FPackageLocalizationCache
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
Virtual Inheritance
- IPackageLocalizationCache::InvalidateRootSourcePath → FPackageLocalizationCache::InvalidateRootSourcePath
| Name | InvalidateRootSourcePath |
| 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 |
virtual void InvalidateRootSourcePath
(
const FString & InRootPath
)