className
stringlengths
1
167
headerPath
stringlengths
14
166
description
stringlengths
0
1.62k
module
stringlengths
0
76
code
stringlengths
0
11.4k
variables
listlengths
0
395
FCreateWorkspace::GetName
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Get the name of this operation, used as a unique identifier
SourceControl
virtual [FName](API\Runtime\Core\UObject\FName) GetName() const
[]
FCreateWorkspace::GetType
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
SourceControl
[EType](API\Developer\SourceControl\FCreateWorkspace\EType) GetType() const
[]
FCreateWorkspace::GetWorkspaceDescription
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
SourceControl
const [FString](API\Runtime\Core\Containers\FString) & GetWorkspaceDescription() const
[]
FCreateWorkspace::GetWorkspaceName
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
SourceControl
const [FString](API\Runtime\Core\Containers\FString) & GetWorkspaceName() const
[]
FCreateWorkspace::GetWorkspaceRoot
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
SourceControl
const [FString](API\Runtime\Core\Containers\FString) & GetWorkspaceRoot() const
[]
FCreateWorkspace::GetWorkspaceStream
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
SourceControl
const [FString](API\Runtime\Core\Containers\FString) & GetWorkspaceStream() const
[]
FCreateWorkspace::SetDescription
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Set the description to be used by the workspace, if left unset then the default description will be used
SourceControl
void SetDescription ( FStringView Desciption )
[]
FCreateWorkspace::SetStream
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Set the stream to be used by the workspace, if left unset then a classic depot with ClientView will be used
SourceControl
void SetStream ( FStringView Stream )
[]
FCreateWorkspace::SetType
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
FCreateWorkspace::EType
SourceControl
void SetType ( [EType](API\Developer\SourceControl\FCreateWorkspace\EType) InType )
[]
FCreateWorkspace::FCreateWorkspace
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
SourceControl
FCreateWorkspace()
[]
FCreateWorkspace::FCreateWorkspace
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Constructor
SourceControl
FCreateWorkspace ( FStringView WorkspaceName, FStringView WorkspaceRoot )
[]
FCreateWorkspace
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Operation used to create a new workspace if the source control system supports this functionality.
SourceControl
class FCreateWorkspace : public [FSourceControlOperationBase](API\Developer\SourceControl\FSourceControlOperationBase)
[ { "type": "TArray<FClient...", "name": "ClientView", "description": "" }, { "type": "EType", "name": "Type", "description": "" }, { "type": "FString", "name": "WorkspaceDescription", "description": "" }, { "type": "FString", "name": "WorkspaceName", "description": "" }, { "type": "FString", "name": "WorkspaceRoot", "description": "" }, { "type": "FString", "name": "WorkspaceStream", "description": "" } ]
FDelete::GetInProgressString
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Get the string to display when this operation is in progress
SourceControl
virtual [FText](API\Runtime\Core\Internationalization\FText) GetInProgressString() const
[]
FDelete::GetName
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Get the name of this operation, used as a unique identifier
SourceControl
virtual [FName](API\Runtime\Core\UObject\FName) GetName() const
[]
FDelete
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Operation used to mark files for delete in source control
SourceControl
class FDelete : public [FSourceControlOperationBase](API\Developer\SourceControl\FSourceControlOperationBase)
[]
FDeleteChangelist::GetInProgressString
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Get the string to display when this operation is in progress
SourceControl
virtual [FText](API\Runtime\Core\Internationalization\FText) GetInProgressString() const
[]
FDeleteChangelist::GetName
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Get the name of this operation, used as a unique identifier
SourceControl
virtual [FName](API\Runtime\Core\UObject\FName) GetName() const
[]
FDeleteChangelist
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Operation used to delete an empty changelist
SourceControl
class FDeleteChangelist : public [FSourceControlOperationBase](API\Developer\SourceControl\FSourceControlOperationBase)
[]
FDeleteShelved::GetName
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Get the name of this operation, used as a unique identifier
SourceControl
virtual [FName](API\Runtime\Core\UObject\FName) GetName() const
[]
FDeleteShelved::GetInProgressString
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Get the string to display when this operation is in progress
SourceControl
virtual [FText](API\Runtime\Core\Internationalization\FText) GetInProgressString() const
[]
FDeleteShelved
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Operation used to delete shelved files from a changelist
SourceControl
class FDeleteShelved : public [FSourceControlOperationBase](API\Developer\SourceControl\FSourceControlOperationBase)
[]
FDeleteWorkspace::GetInProgressString
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Get the string to display when this operation is in progress
SourceControl
virtual [FText](API\Runtime\Core\Internationalization\FText) GetInProgressString() const
[]
FDeleteWorkspace::GetName
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Get the name of this operation, used as a unique identifier
SourceControl
virtual [FName](API\Runtime\Core\UObject\FName) GetName() const
[]
FDeleteWorkspace::GetWorkspaceName
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
SourceControl
const [FString](API\Runtime\Core\Containers\FString) & GetWorkspaceName() const
[]
FDeleteWorkspace::FDeleteWorkspace
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
SourceControl
FDeleteWorkspace()
[]
FDeleteWorkspace::FDeleteWorkspace
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Constructor
SourceControl
FDeleteWorkspace ( FStringView InWorkspaceName )
[]
FDeleteWorkspace
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Operation used to delete a workspace
SourceControl
class FDeleteWorkspace : public [FSourceControlOperationBase](API\Developer\SourceControl\FSourceControlOperationBase)
[ { "type": "FString", "name": "WorkspaceName", "description": "" } ]
FDownloadFile::AddFileData
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Deprecated* Replaced by __Internal_AddFileData but you shouldn't be calling this anyway
SourceControl
void AddFileData ( const [FString](API\Runtime\Core\Containers\FString) & Filename, [FSharedBuffer](API\Runtime\Core\Memory\FSharedBuffer) FileData )
[]
FDownloadFile::CanBeCalledFromBackgroundThreads
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
This will return true if the operation can be safely called from a background thread. Currently it is assumed to only the operation 'FDownloadFile' will return true at least until the API is made thread safe.
SourceControl
virtual bool CanBeCalledFromBackgroundThreads() const
[]
EVerbosity
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
SourceControl
enum EVerbosity { None, Full, }
[]
FDownloadFile::GetFileData
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
If no target directory was given to download the files too then the command will keep the files in memory which can be accessed via this method. If the file failed to download then a nullFSharedBufferwill be returned.
SourceControl
[FSharedBuffer](API\Runtime\Core\Memory\FSharedBuffer) GetFileData ( const FStringView & Filename )
[]
FDownloadFile::GetInProgressString
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Get the string to display when this operation is in progress
SourceControl
virtual [FText](API\Runtime\Core\Internationalization\FText) GetInProgressString() const
[]
FDownloadFile::GetTargetDirectory
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Returns the directory that the files will (or have) been downloaded to. This path will be empty if no target directory was given, in which case the files can be accessed via the ::GetFileData method.
SourceControl
[FString](API\Runtime\Core\Containers\FString) GetTargetDirectory() const
[]
FDownloadFile::GetName
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Get the name of this operation, used as a unique identifier
SourceControl
virtual [FName](API\Runtime\Core\UObject\FName) GetName() const
[]
FDownloadFile::ShouldLogToStdOutput
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Return true if the command should log its operations, otherwise false
SourceControl
bool ShouldLogToStdOutput() const
[]
FDownloadFile::FDownloadFile
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
This version ofFDownloadFilewill download the files and keep them in memory, which can then be accessed by calling ::GetFileData. Full logging verbosity will be used.
SourceControl
FDownloadFile()
[]
FDownloadFile::FDownloadFile
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
This version ofFDownloadFilewill download the files and keep them in memory, which can then be accessed by calling ::GetFileData.
SourceControl
FDownloadFile ( [EVerbosity](API\Developer\SourceControl\FDownloadFile\EVerbosity) InVerbosity )
[]
FDownloadFile::FDownloadFile
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
This version ofFDownloadFilewill download the files to the given target directory
SourceControl
FDownloadFile ( FStringView InTargetDirectory, [EVerbosity](API\Developer\SourceControl\FDownloadFile\EVerbosity) InVerbosity )
[]
FDownloadFile::__Internal_AddFileData
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Do not call outside of source control implementations. Used to add the file in memory once downloaded so that the caller can get access to it.
SourceControl
void __Internal_AddFileData ( const [FString](API\Runtime\Core\Containers\FString) & Filename, [FSharedBuffer](API\Runtime\Core\Memory\FSharedBuffer) FileData )
[]
FDownloadFile
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Operation used to download a file from the source control server directly rather than sync it. This should not change the state of anything locally on the client.
SourceControl
class FDownloadFile : public [FSourceControlOperationBase](API\Developer\SourceControl\FSourceControlOperationBase)
[]
FEditChangelist::GetDescription
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
SourceControl
const [FText](API\Runtime\Core\Internationalization\FText) & GetDescription() const
[]
FEditChangelist::GetInProgressString
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Get the string to display when this operation is in progress
SourceControl
virtual [FText](API\Runtime\Core\Internationalization\FText) GetInProgressString() const
[]
FEditChangelist::GetName
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Get the name of this operation, used as a unique identifier
SourceControl
virtual [FName](API\Runtime\Core\UObject\FName) GetName() const
[]
FEditChangelist::SetDescription
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
SourceControl
void SetDescription ( const [FText](API\Runtime\Core\Internationalization\FText) & InDescription )
[]
FEditChangelist
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Operation to change the description of a changelist
SourceControl
class FEditChangelist : public [FSourceControlOperationBase](API\Developer\SourceControl\FSourceControlOperationBase)
[ { "type": "FText", "name": "Description", "description": "Description of the changelist" } ]
FGetChangelistDetails::GetChangelistDetails
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
SourceControl
const [TArray](API\Runtime\Core\Containers\TArray)< [TMap](API\Runtime\Core\Containers\TMap)< [FString](API\Runtime\Core\Containers\FString), [FString](API\Runtime\Core\Containers\FString) > > & GetChangelistDetails()
[]
FGetChangelistDetails::GetChangelistNumber
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
SourceControl
const [FString](API\Runtime\Core\Containers\FString) & GetChangelistNumber()
[]
FGetChangelistDetails::GetInProgressString
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Get the string to display when this operation is in progress
SourceControl
virtual [FText](API\Runtime\Core\Internationalization\FText) GetInProgressString() const
[]
FGetChangelistDetails::GetName
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Get the name of this operation, used as a unique identifier
SourceControl
virtual [FName](API\Runtime\Core\UObject\FName) GetName() const
[]
FGetChangelistDetails::SetChangelistNumber
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
SourceControl
void SetChangelistNumber ( const [FString](API\Runtime\Core\Containers\FString) & InChangelistNumber )
[]
FGetChangelistDetails::SetChangelistDetails
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
SourceControl
void SetChangelistDetails ( [TArray](API\Runtime\Core\Containers\TArray)< [TMap](API\Runtime\Core\Containers\TMap)< [FString](API\Runtime\Core\Containers\FString), [FString](API\Runtime\Core\Containers\FString) >> && InChangelistDetails )
[]
FGetChangelistDetails::FGetChangelistDetails
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
SourceControl
FGetChangelistDetails()
[]
FGetChangelistDetails::FGetChangelistDetails
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
SourceControl
FGetChangelistDetails ( [FString](API\Runtime\Core\Containers\FString) && InChangelistNumber )
[]
FGetChangelistDetails::FGetChangelistDetails
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
SourceControl
FGetChangelistDetails ( FStringView InChangelistNumber )
[]
FGetChangelistDetails::~FGetChangelistDetails
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
SourceControl
virtual ~FGetChangelistDetails()
[]
FGetChangelistDetails
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
This operations query the source control to extract all the details available for a given changelist. The operations returns a collection of key/value corresponding to the details available. The list of key/value is specific to the source control implementation.
SourceControl
class FGetChangelistDetails : public [FSourceControlOperationBase](API\Developer\SourceControl\FSourceControlOperationBase)
[]
FGetFile::GetChangelistNumber
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
SourceControl
const [FString](API\Runtime\Core\Containers\FString) & GetChangelistNumber() const
[]
FGetFile::GetDepotFilePath
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
SourceControl
const [FString](API\Runtime\Core\Containers\FString) & GetDepotFilePath() const
[]
FGetFile::GetInProgressString
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Get the string to display when this operation is in progress
SourceControl
virtual [FText](API\Runtime\Core\Internationalization\FText) GetInProgressString() const
[]
FGetFile::GetName
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Get the name of this operation, used as a unique identifier
SourceControl
virtual [FName](API\Runtime\Core\UObject\FName) GetName() const
[]
FGetFile::GetOutPackageFilename
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
SourceControl
const [FString](API\Runtime\Core\Containers\FString) & GetOutPackageFilename() const
[]
FGetFile::GetRevisionNumber
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
SourceControl
const [FString](API\Runtime\Core\Containers\FString) & GetRevisionNumber() const
[]
FGetFile::IsShelve
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
SourceControl
bool IsShelve() const
[]
FGetFile::FGetFile
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
SourceControl
FGetFile ( const [FString](API\Runtime\Core\Containers\FString) & InChangelistNumber, const [FString](API\Runtime\Core\Containers\FString) & InRevisionNumber, const [FString](API\Runtime\Core\Containers\FString) & InDepotFilePath, bool bInIsShelve )
[]
FGetFile
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
This operation uses p4v print command to get file from specified depot by shelved changelist or file revision returns a package filename
SourceControl
class FGetFile : public [FSourceControlOperationBase](API\Developer\SourceControl\FSourceControlOperationBase)
[]
FGetFileList::GetFilesList
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
SourceControl
const [TArray](API\Runtime\Core\Containers\TArray)< [FString](API\Runtime\Core\Containers\FString) > & GetFilesList() const
[]
FGetFileList::GetIncludeDeleted
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
SourceControl
bool GetIncludeDeleted()
[]
FGetFileList::GetInProgressString
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Get the string to display when this operation is in progress
SourceControl
virtual [FText](API\Runtime\Core\Internationalization\FText) GetInProgressString() const
[]
FGetFileList::GetName
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Get the name of this operation, used as a unique identifier
SourceControl
virtual [FName](API\Runtime\Core\UObject\FName) GetName() const
[]
FGetFileList::GetSearchPattern
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
SourceControl
const [FString](API\Runtime\Core\Containers\FString) & GetSearchPattern() const
[]
FGetFileList::SetFilesList
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
SourceControl
void SetFilesList ( [TArray](API\Runtime\Core\Containers\TArray)< [FString](API\Runtime\Core\Containers\FString) > && InFilesList )
[]
FGetFileList::SetIncludeDeleted
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
SourceControl
void SetIncludeDeleted ( const bool bInIncludeDeleted )
[]
FGetFileList::SetSearchPattern
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
SourceControl
void SetSearchPattern ( const [FString](API\Runtime\Core\Containers\FString) & InSearchPattern )
[]
FGetFileList
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Operation used to get the file list of a folder out of source control
SourceControl
class FGetFileList : public [FSourceControlOperationBase](API\Developer\SourceControl\FSourceControlOperationBase)
[ { "type": "bool", "name": "bIncludeDeleted", "description": "Include deleted files in the list." }, { "type": "TArray<FString...", "name": "FilesList", "description": "Stored result of the operation" }, { "type": "FString", "name": "SearchPattern", "description": "The search pattern for the file list" } ]
FGetPendingChangelists::GetInProgressString
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Get the string to display when this operation is in progress
SourceControl
virtual [FText](API\Runtime\Core\Internationalization\FText) GetInProgressString() const
[]
FGetPendingChangelists::GetName
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Get the name of this operation, used as a unique identifier
SourceControl
virtual [FName](API\Runtime\Core\UObject\FName) GetName() const
[]
FGetFile::SetOutPackageFilename
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
SourceControl
void SetOutPackageFilename ( const [FString](API\Runtime\Core\Containers\FString) & InOutPackageFilename )
[]
FGetPendingChangelists
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Operation used to retrieve pending changelist(s).
SourceControl
class FGetPendingChangelists : public [FSourceControlOperationBase](API\Developer\SourceControl\FSourceControlOperationBase)
[]
FGetSourceControlOperation
/Engine/Source/Developer/SourceControl/Public/ISourceControlProvider.h
Delegate used by providers to create source control operations
SourceControl
typedef TBaseDelegate_NoParams< [FSourceControlOperationRef](API\Developer\SourceControl\FSourceControlOperationRef) > FGetSourceControlOperation
[]
FGetSubmittedChangelists::GetInProgressString
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Get the string to display when this operation is in progress
SourceControl
virtual [FText](API\Runtime\Core\Internationalization\FText) GetInProgressString() const
[]
FGetSubmittedChangelists::GetName
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Get the name of this operation, used as a unique identifier
SourceControl
virtual [FName](API\Runtime\Core\UObject\FName) GetName() const
[]
FGetSubmittedChangelists
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Operation used to retrieve submitted changelist(s).
SourceControl
class FGetSubmittedChangelists : public [FSourceControlOperationBase](API\Developer\SourceControl\FSourceControlOperationBase)
[]
FMarkForAdd::GetInProgressString
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Get the string to display when this operation is in progress
SourceControl
virtual [FText](API\Runtime\Core\Internationalization\FText) GetInProgressString() const
[]
FMarkForAdd::GetName
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Get the name of this operation, used as a unique identifier
SourceControl
virtual [FName](API\Runtime\Core\UObject\FName) GetName() const
[]
FMarkForAdd
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Operation used to mark files for add in source control
SourceControl
class FMarkForAdd : public [FSourceControlOperationBase](API\Developer\SourceControl\FSourceControlOperationBase)
[]
FMoveToChangelist::GetInProgressString
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Get the string to display when this operation is in progress
SourceControl
virtual [FText](API\Runtime\Core\Internationalization\FText) GetInProgressString() const
[]
FMoveToChangelist::GetName
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Get the name of this operation, used as a unique identifier
SourceControl
virtual [FName](API\Runtime\Core\UObject\FName) GetName() const
[]
FMoveToChangelist
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Operation used to move files between changelists
SourceControl
class FMoveToChangelist : public [FSourceControlOperationBase](API\Developer\SourceControl\FSourceControlOperationBase)
[]
FNewChangelist::GetDescription
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
SourceControl
const [FText](API\Runtime\Core\Internationalization\FText) & GetDescription() const
[]
FNewChangelist::GetInProgressString
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Get the string to display when this operation is in progress
SourceControl
virtual [FText](API\Runtime\Core\Internationalization\FText) GetInProgressString() const
[]
FNewChangelist::GetName
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Get the name of this operation, used as a unique identifier
SourceControl
virtual [FName](API\Runtime\Core\UObject\FName) GetName() const
[]
FNewChangelist::GetNewChangelist
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
SourceControl
const [FSourceControlChangelistPtr](API\Developer\SourceControl\FSourceControlChangelistPtr) & GetNewChangelist() const
[]
FNewChangelist::SetDescription
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
SourceControl
void SetDescription ( const [FText](API\Runtime\Core\Internationalization\FText) & InDescription )
[]
FNewChangelist::SetNewChangelist
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
SourceControl
void SetNewChangelist ( [FSourceControlChangelistPtr](API\Developer\SourceControl\FSourceControlChangelistPtr) InNewChangelist )
[]
FNewChangelist
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Operation used to create a new changelist
SourceControl
class FNewChangelist : public [FSourceControlOperationBase](API\Developer\SourceControl\FSourceControlOperationBase)
[ { "type": "FText", "name": "Description", "description": "Description of the changelist" }, { "type": "FSourceControlC...", "name": "NewChangelist", "description": "" } ]
FOnPostCheckOut
/Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h
Delegate used for performing operation on files that may need a checkout, but before they are added to source control
SourceControl
typedef TBaseDelegate_ThreeParams< bool, const [FString](API\Runtime\Core\Containers\FString) &, const [FText](API\Runtime\Core\Internationalization\FText) &, [FText](API\Runtime\Core\Internationalization\FText) & > FOnPostCheckOut
[]
FResolve::GetInProgressString
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Get the string to display when this operation is in progress
SourceControl
virtual [FText](API\Runtime\Core\Internationalization\FText) GetInProgressString() const
[]
FResolve::GetName
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Get the name of this operation, used as a unique identifier
SourceControl
virtual [FName](API\Runtime\Core\UObject\FName) GetName() const
[]
FResolve
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
Operation used to resolve a file that is in a conflicted state.
SourceControl
class FResolve : public [FSourceControlOperationBase](API\Developer\SourceControl\FSourceControlOperationBase)
[]
FRevert::AddDeletedFile
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h
SourceControl
void AddDeletedFile ( const [FString](API\Runtime\Core\Containers\FString) & InDeletedFile )
[]