FSourceControlWindows::ChoosePackagesToCheckIn

Opens a user dialog to choose packages to submit.

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 bool ChoosePackagesToCheckIn
(
    const FSourceControlWindowsOnCheckInComplete & OnCompleteDelegate
)

Remarks

Opens a user dialog to choose packages to submit.

Returns

true - if command successfully in progress and OnCompleteDelegate will be called when complete, false - if immediately unable to comply (such as source control not enabled)

Parameters

Parameter

Description

OnCompleteDelegate

Delegate to call when this user-based operation is complete. Also see FCheckinResultInfo.

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