Navigation
API > API/Developer > API/Developer/UncontrolledChangelists > API/Developer/UncontrolledChangelists/FUncontrolledChangelistsModule
References
| Module | UncontrolledChangelists |
| Header | /Engine/Source/Developer/UncontrolledChangelists/Public/UncontrolledChangelistsModule.h |
| Include | #include "UncontrolledChangelistsModule.h" |
| Source | /Engine/Source/Developer/UncontrolledChangelists/Private/UncontrolledChangelistsModule.cpp |
void EditUncontrolledChangelist
&40;
const FUncontrolledChangelist & InUncontrolledChangelist,
const FText & InNewDescription
&41;
Remarks
Edits an Uncontrolled Changelist's description
Parameters
| Name | Description |
|---|---|
| InUncontrolledChangelist | The Uncontrolled Changelist to modify. Should not be the default Uncontrolled Changelist. |
| InNewDescription | The description to set. |