Navigation
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. |