Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Internationalization > API/Runtime/Engine/Internationalization/FEnginePackageLocalizationCache
- FPackageLocalizationCache::FindAssetGroupPackages()
- FEnginePackageLocalizationCache::FindAssetGroupPackages()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/Internationalization/EnginePackageLocalizationCache.h |
Include | #include "Internationalization/EnginePackageLocalizationCache.h" |
Source | /Engine/Source/Runtime/Engine/Private/Internationalization/EnginePackageLocalizationCache.cpp |
virtual 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. |