ISourceControlModule::RegisterPreSubmitDataValidation

Register a delegate to be called to validate asset changes before submitting changes

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

References

   
Module SourceControl
Header /Engine/Source/Developer/SourceControl/Public/ISourceControlModule.h
Include #include "ISourceControlModule.h"
void RegisterPreSubmitDataValidation
(
    const [FSourceControlPreSubmitDataValidationDelegate](API\Developer\SourceControl\FSourceControlPreSubmitDataValid-) & PreSubmitDataValidationDelegate
)

Remarks

Register a delegate to be called to validate asset changes before submitting changes


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library