Navigation
API > API/Editor > API/Editor/UnrealEd
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/PackageSourceControlHelper.h |
| Include | #include "PackageSourceControlHelper.h" |
Syntax
class FPackageSourceControlHelper
Remarks
This class should not be used as a base class because it can force a connection to the SCM through FScopedSourceControl. Connection errors can result in failing automation processes that are unrelated. The same can happen if the class is used as a member of another class. It should only be used as a local variable in a method so the connection is only attempted if required.
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | AddToSourceControl
(
UPackage* Package |
||
| bool | AddToSourceControl
(
const TArray< UPackage* >& Packages, |
||
| bool | AddToSourceControl
(
const TArray< FString >& PackageNames, |
||
| bool | |||
| bool | |||
| bool | |||
| bool | |||
| bool | |||
| bool | |||
| bool | |||
| bool | GetMarkedForDeleteFiles
(
const TArray< FString >& PackageFilenames, |
||
| bool |