FSourceControlWindows::ChoosePackagesToCheckInCallback

Callback for [ChoosePackagesToCheckIn()](API\Editor\SourceControlWindows\FSourceControlWindows\ChoosePackagesToCheckIn), continues to bring up UI once source control operations are complete

Windows
MacOS
Linux

References

Module

SourceControlWindows

Header

/Engine/Source/Editor/SourceControlWindows/Public/SourceControlWindows.h

Include

#include "SourceControlWindows.h"

Source

/Engine/Source/Editor/SourceControlWindows/Private/SourceControlWindows.cpp

Syntax

static void ChoosePackagesToCheckInCallback
(
    const FSourceControlOperationRef & InOperation,
    ECommandResult::Type InResult,
    FSourceControlWindowsOnCheckInComplete OnCompleteDelegate
)

Remarks

Callback for ChoosePackagesToCheckIn(), continues to bring up UI once source control operations are complete

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss