FPackageLocalizationManager::InitializeFromCache

Initialize the manager using the given cache.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "Internationalization/PackageLocalizationManager.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/Internationalization/PackageLocalizationManager.cpp

Syntax

void InitializeFromCache
(
    const TSharedRef< IPackageLocalizationCache > & InCache
)

Remarks

Initialize the manager using the given cache. This will perform an initial scan for localized packages.

Parameters

Parameter

Description

InCache

The cache the manager should use.

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