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 DeleteUncontrolledChangelist ( const [FUncontrolledChangelist](API\Developer\UncontrolledChangelists\FUncontrolledChangelist) & InUncontrolledChangelist )
Remarks
Deletes an Uncontrolled Changelist.
Parameters
Name | Description |
---|---|
InUncontrolledChangelist | The Uncontrolled Changelist to delete. Should not be the default Uncontrolled Changelist and should not contain files. |