FCheckinResultInfo

Info supplied as argument to delegate FSourceControlWindowsOnCheckInComplete called by [FSourceControlWindows::ChoosePackagesToCheckIn()](API\Editor\SourceControlWindows\FSourceControlWindows\ChoosePackagesToCheckIn) and optional argument to PromptForCheckin().

Windows
MacOS
Linux

References

Module

SourceControlWindows

Header

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

Include

#include "SourceControlWindows.h"

Syntax

struct FCheckinResultInfo

Remarks

Info supplied as argument to delegate FSourceControlWindowsOnCheckInComplete called by FSourceControlWindows::ChoosePackagesToCheckIn() and optional argument to PromptForCheckin().

Variables

Name Description

Public variable

bool

 

bAutoCheckedOut

True if added and modified files were automatically checked out from source control again after being submitted, false if not

Public variable

FText

 

Description

Text that describes result whether failed, cancelled or successful.

Public variable

TArray< FString...

 

FilesAdded

Files that were added.

Public variable

TArray< FString...

 

FilesSubmitted

Files that were modified and checked in.

Public variable

ECommandResult:...

 

Result

Succeeded - if packages were selected and successfully checked in, Cancelled - if the user aborted the process, Failed - if an issue was encountered during the process

Constructors

Name Description

Public function

FCheckinResultInfo()

Default Constructor

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