Navigation
API > API/Developer > API/Developer/LocalizationService > API/Developer/LocalizationService/ILocalizationServiceProvider
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ELocalizationServiceOperationCommandResult::Type Execute
(
const TSharedRef< ILocalizationServiceOperation, ESPMode::ThreadSafe >& InOperation, |
Helper overload for operation execution, see Execute(). | ILocalizationServiceProvider.h | |
ELocalizationServiceOperationCommandResult::Type Execute
(
const TSharedRef< ILocalizationServiceOperation, ESPMode::ThreadSafe >& InOperation, |
Attempt to execute an operation on the passed-in files (if any are required). | ILocalizationServiceProvider.h | |
virtual ELocalizationServiceOperationCommandResult::Type Execute
(
const TSharedRef< ILocalizationServiceOperation, ESPMode::ThreadSafe >& InOperation, |
Helper overload for operation execution, see Execute(). | ILocalizationServiceProvider.h |
Execute(const TSharedRef< ILocalizationServiceOperation, ESPMode::ThreadSafe > &, const ELocalizationServiceOperationConcurrency::Type, const FLocalizationServiceOperationComplete &)
Description
Helper overload for operation execution, see Execute().
| Name | Execute |
| Type | function |
| Header File | /Engine/Source/Developer/LocalizationService/Public/ILocalizationServiceProvider.h |
| Include Path | #include "ILocalizationServiceProvider.h" |
virtual ELocalizationServiceOperationCommandResult::Type Execute
(
const TSharedRef < ILocalizationServiceOperation , ESPMode::ThreadSafe > & InOperation,
const ELocalizationServiceOperationConcurrency::Type InConcurrency,
const FLocalizationServiceOperationComplete & InOperationCompleteDelegate
)
Execute(const TSharedRef< ILocalizationServiceOperation, ESPMode::ThreadSafe > &, const TArray< FLocalizationServiceTranslationIdentifier > &, ELocalizationServiceOperationConcurrency::Type, const FLocalizationServiceOperationComplete &)
Description
Attempt to execute an operation on the passed-in files (if any are required).
| Name | Execute |
| Type | function |
| Header File | /Engine/Source/Developer/LocalizationService/Public/ILocalizationServiceProvider.h |
| Include Path | #include "ILocalizationServiceProvider.h" |
ELocalizationServiceOperationCommandResult::Type Execute
(
const TSharedRef < ILocalizationServiceOperation , ESPMode::ThreadSafe > & InOperation,
const TArray < FLocalizationServiceTranslationIdentifier > & InTranslationIds,
ELocalizationServiceOperationConcurrency::Type InConcurrency,
const FLocalizationServiceOperationComplete & InOperationCompleteDelegate
)
the result of the operation.
Parameters
| Name | Remarks |
|---|---|
| InTranslationIds | The translations in question |
| InOperation | The operation to perform. |
| InConcurrency | How to execute the operation, blocking or asynchronously on another thread. |
| InOperationCompleteDelegate | Delegate to call when the operation is completed. This is called back internal to this call when executed on the main thread, or from Tick() when queued for asynchronous execution. |
Execute(const TSharedRef< ILocalizationServiceOperation, ESPMode::ThreadSafe > &, const FLocalizationServiceTranslationIdentifier &, const ELocalizationServiceOperationConcurrency::Type, const FLocalizationServiceOperationComplete &)
Description
Helper overload for operation execution, see Execute().
| Name | Execute |
| Type | function |
| Header File | /Engine/Source/Developer/LocalizationService/Public/ILocalizationServiceProvider.h |
| Include Path | #include "ILocalizationServiceProvider.h" |
virtual ELocalizationServiceOperationCommandResult::Type Execute
(
const TSharedRef < ILocalizationServiceOperation , ESPMode::ThreadSafe > & InOperation,
const FLocalizationServiceTranslationIdentifier & InTranslationId,
const ELocalizationServiceOperationConcurrency::Type InConcurrency,
const FLocalizationServiceOperationComplete & InOperationCompleteDelegate
)