ISourceControlModule::RegisterPreSubmitFinalize

Register a delegate that is invokes right before files are submitted to source control.

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

Deprecated * ISourceControlModule::RegisterPreSubmitFinalize is deprecated, the functionality will be removed

References

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

Remarks

Register a delegate that is invokes right before files are submitted to source control.

See Also

FSourceControlPreSubmitFinalizeDelegate


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library