ILocalizationServiceProvider::CanCancelOperation

Check to see if we can cancel an operation.

Unreal Engine C++ API Reference > Developer > LocalizationService > ILocalizationServiceProvider

References

   
Module LocalizationService
Header /Engine/Source/Developer/LocalizationService/Public/ILocalizationServiceProvider.h
Include #include "ILocalizationServiceProvider.h"
bool CanCancelOperation
(
    const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [ILocalizationServiceOperation](API\Developer\LocalizationService\ILocalizationServiceOperation), ESPMode::ThreadSafe > & InOperation
) const

Remarks

Check to see if we can cancel an operation. true if the operation was cancelled.

Parameters

Name Description
InOperation The operation to check.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library