FSourceControlWindows::ChoosePackagesToCheckInCompleted

Called when the user selection process has completed and we have packages to check in.

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 ChoosePackagesToCheckInCompleted
(
    const TArray< UPackage * > & LoadedPackages,
    const TArray< FString > & PackageNames,
    const TArray< FString > & ConfigFiles,
    FCheckinResultInfo & OutResultInfo
)

Remarks

Called when the user selection process has completed and we have packages to check in.

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