FOnPostCheckOut

Delegate used for performing operation on files that may need a checkout, but before they are added to source control

Unreal Engine C++ API Reference > Developer > SourceControl

Type

typedef TBaseDelegate_ThreeParams< bool, const [FString](API\Runtime\Core\Containers\FString) &, const [FText](API\Runtime\Core\Internationalization\FText) &, [FText](API\Runtime\Core\Internationalization\FText) & > FOnPostCheckOut  

References

   
Module SourceControl
Header /Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h
Include #include "SourceControlHelpers.h"

Remarks

Delegate used for performing operation on files that may need a checkout, but before they are added to source control


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library