FEditorFileUtils::FindAllSubmittablePackageFiles

Looks for source control submittable files in the known content paths on disk.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/FileHelpers.h

Include

#include "FileHelpers.h"

Source

/Engine/Source/Editor/UnrealEd/Private/FileHelpers.cpp

Syntax

static void FindAllSubmittablePackageFiles
(
    TMap< FString, FSourceControlStatePtr > & OutPackages,
    const bool bIncludeMaps
)

Remarks

Looks for source control submittable files in the known content paths on disk.

Parameters

Parameter

Description

OutPackages

All found package filenames and their source control state

bIncludeMaps

If true, also adds maps to the list

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