Navigation
API > API/Developer > API/Developer/SourceControl > API/Developer/SourceControl/ISourceControlModule
Description
Registers a delegate that is invoked after source control operation deleted files.
| Name | RegisterFilesDeleted |
| Type | function |
| Header File | /Engine/Source/Developer/SourceControl/Public/ISourceControlModule.h |
| Include Path | #include "ISourceControlModule.h" |
FDelegateHandle RegisterFilesDeleted
(
const FSourceControlFilesDeletedDelegate::FDelegate & InDelegate
)
See Also
- FSourceControlFilesDeletedDelegate