Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FEditorFileUtils
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/FileHelpers.h |
| Include | #include "FileHelpers.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/FileHelpers.cpp |
static void FindAllSubmittableProjectFiles
(
TMap < FString , FSourceControlStatePtr > & OutProjectFiles
)
Remarks
Looks for source control submittable non-package project files for the current project.
Parameters
| Name | Description |
|---|---|
| OutProjectFiles | All found project filenames and their source control state. |