FPackageLocalizationCache::FindAssetGroupPackages

Find all of the packages using the given asset group class, and update the PackageNameToAssetGroup map with the result.

Windows
MacOS
Linux

Override Hierarchy

FPackageLocalizationCache::FindAssetGroupPackages()

FEnginePackageLocalizationCache::FindAssetGroupPackages()

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/Internationalization/PackageLocalizationCache.h

Include

#include "Internationalization/PackageLocalizationCache.h"

Syntax

void FindAssetGroupPackages
(
    const FName InAssetGroupName,
    const FName InAssetClassName
)

Remarks

Find all of the packages using the given asset group class, and update the PackageNameToAssetGroup map with the result.

Parameters

Parameter

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss