ILocalizationServiceProvider::CanCancelOperation

Check to see if we can cancel an operation.

Windows
MacOS
Linux

References

Module

LocalizationService

Header

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

Include

#include "ILocalizationServiceProvider.h"

Syntax

bool CanCancelOperation
(
    const TSharedRef< ILocalizationServiceOperation, ESPMode::ThreadSafe > & InOperation
) const

Remarks

Check to see if we can cancel an operation.

Returns

true if the operation was cancelled.

Parameters

Parameter

Description

InOperation

The operation to check.

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