FPackageLocalizationManager::InitializeFromLazyCallback

Initialize the manager lazily using the given callback.

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 InitializeFromLazyCallback
(
    FLazyInitFunc InLazyInitFunc
)

Remarks

Initialize the manager lazily using the given callback. It is expected that this callback calls one of the InitializeFromX functions.

Parameters

Parameter

Description

InLazyInitFunc

The function to call to initialize the manager.

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