Navigation
API > API/Developer > API/Developer/LocalizationService
References
Module | LocalizationService |
Header | /Engine/Source/Developer/LocalizationService/Public/ILocalizationServiceProvider.h |
Include | #include "ILocalizationServiceProvider.h" |
Syntax
namespace ELocalizationServiceOperationCommandResult
{
enum Type
&123;
Failed,
Succeeded,
Cancelled,
&125;
}
Values
Name | Description |
---|---|
Failed | Command failed to execute correctly or was not supported by the provider. |
Succeeded | Command executed successfully |
Cancelled | Command was canceled before completion |
Remarks
Results of a command execution