ISourceControlProvider::CanExecuteOperation

Check to see if we can execute an operation.

Unreal Engine C++ API Reference > Developer > SourceControl > ISourceControlProvider

References

   
Module SourceControl
Header /Engine/Source/Developer/SourceControl/Public/ISourceControlProvider.h
Include #include "ISourceControlProvider.h"
bool CanExecuteOperation
(
    const [FSourceControlOperationRef](API\Developer\SourceControl\FSourceControlOperationRef) & InOperation
) const

Remarks

Check to see if we can execute an operation. true if the operation can be executed.

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