MoveFilesToControlledChangelist

Overload list

Unreal Engine C++ API Reference > Developer > UncontrolledChangelists > FUncontrolledChangelistsModule

  Type Name Description
Public function void

MoveFilesToControlledChangelist ( const TArray< FSourceControlStateRef >& InUncontrolledFileStates,
const FSourceControlChangelistPtr& InChangelist,
TFunctionRef< bool(const TArray< FSourceControlStateRef >&)> InOpenConflictDialog
)

Moves files to a Controlled Changelist.
Public function void

MoveFilesToControlledChangelist ( const TArray< FString >& InUncontrolledFiles,
const FSourceControlChangelistPtr& InChangelist,
TFunctionRef< bool(const TArray< FSourceControlStateRef >&)> InOpenConflictDialog
)

Moves files to a Controlled Changelist.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library

On this page