ELocalizationServiceCacheUsage::Type

Hint to provider when updating state

Windows
MacOS
Linux

References

Module

LocalizationService

Header

/Engine/Source/Developer/LocalizationService/Public/ILocalizationServiceProvider.h

Include

#include "ILocalizationServiceProvider.h"

Syntax

namespace ELocalizationServiceCacheUsage
{
    enum Type
    {
        ForceUpdate,
        Use,
    }
}

Values

Name

Description

ForceUpdate

Force a synchronous update of the state of the file.

Use

Use the cached state if possible

Remarks

Hint to provider when updating state

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