ISourceControlModule::RegisterFilesDeleted

Registers a delegate that is invoked after source control operation deleted files.

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

References

   
Module SourceControl
Header /Engine/Source/Developer/SourceControl/Public/ISourceControlModule.h
Include #include "ISourceControlModule.h"
[FDelegateHandle](API\Runtime\Core\Delegates\FDelegateHandle) RegisterFilesDeleted
(
    const FSourceControlFilesDeletedDelegate::FDelegate & InDelegate
)

Remarks

Registers a delegate that is invoked after source control operation deleted files.

See Also

FSourceControlFilesDeletedDelegate


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library