FEnginePackageLocalizationCache

Implementation of a package localization cache that takes advantage of the asset registry.

Windows
MacOS
Linux

Inheritance Hierarchy

IPackageLocalizationCache

FPackageLocalizationCache

FEnginePackageLocalizationCache

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Internationalization/EnginePackageLocalizationCache.h

Include

#include "Internationalization/EnginePackageLocalizationCache.h"

Syntax

class FEnginePackageLocalizationCache : public FPackageLocalizationCache

Remarks

Implementation of a package localization cache that takes advantage of the asset registry.

Constructors

Destructors

Overridden from FPackageLocalizationCache

Name Description

Protected function Virtual

void

 

FindAssetGroupPackages

(
    const FName InAssetGroupName,
    const FName InAssetClassName
)

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

Protected function Virtual

void

 

FindLocalizedPackages

(
    const FString& InSourceRoot,
    const FString& InLocalizedRoot,
    TMap< FName, TArray< FName >>& InO...
)

Find all of the localized packages under the given roots, and update the map with the result.

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