Navigation
API > API/Developer > API/Developer/SourceControl > API/Developer/SourceControl/FUpdatePendingChangelistsStatus
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetChangelistsToUpdate
(
const TArray< FSourceControlChangelistRef >& InChangelistsToUpdate |
SourceControlOperations.h | ||
void SetChangelistsToUpdate
(
const TArrayView< FSourceControlChangelistRef >& InChangelistsToUpdate |
SourceControlOperations.h |
SetChangelistsToUpdate(const TArray< FSourceControlChangelistRef > &)
| Name | SetChangelistsToUpdate |
| Type | function |
| Header File | /Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h |
| Include Path | #include "SourceControlOperations.h" |
void SetChangelistsToUpdate
(
const TArray < FSourceControlChangelistRef > & InChangelistsToUpdate
)
SetChangelistsToUpdate(const TArrayView< FSourceControlChangelistRef > &)
| Name | SetChangelistsToUpdate |
| Type | function |
| Header File | /Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h |
| Include Path | #include "SourceControlOperations.h" |
void SetChangelistsToUpdate
(
const TArrayView < FSourceControlChangelistRef > & InChangelistsToUpdate
)