Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Internationalization > API/Runtime/CoreUObject/Internationalization/FPackageLocalizationCache
- FPackageLocalizationCache::FindAssetGroupPackages()
- FEnginePackageLocalizationCache::FindAssetGroupPackages()
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/Internationalization/PackageLocalizationCache.h |
Include | #include "Internationalization/PackageLocalizationCache.h" |
void FindAssetGroupPackages
&40;
const FName InAssetGroupName,
const FTopLevelAssetPath & InAssetClassName
&41;
Remarks
Find all of the packages using the given asset group class, and update the PackageNameToAssetGroup map with the result.
Parameters
Name | Description |
---|---|
InAssetGroupName | The name of the asset group packages of this type belong to. |
InAssetClassName | The name of a class used by this asset group. |