Navigation
API > API/Developer > API/Developer/LocalizationService
References
Module | LocalizationService |
Header | /Engine/Source/Developer/LocalizationService/Public/ILocalizationServiceProvider.h |
Include | #include "ILocalizationServiceProvider.h" |
Syntax
namespace ELocalizationServiceOperationConcurrency
{
enum Type
&123;
Synchronous,
Asynchronous,
&125;
}
Values
Name | Description |
---|---|
Synchronous | Force the operation to be issued on the same thread, blocking until complete. |
Asynchronous | Run the command on another thread, returning immediately. |
Remarks
Hint for how to execute the operation. Note that asynchronous operations require Tick() to be called to manage completed operations.