Navigation
Unreal Engine C++ API Reference > 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 ( const [FUncontrolledChangelist](API\Developer\UncontrolledChangelists\FUncontrolledChangelist) & InUncontrolledChangelist, const [FText](API\Runtime\Core\Internationalization\FText) & InNewDescription )
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. |