FUncontrolledChangelistsModule::DeleteUncontrolledChangelist

Deletes an Uncontrolled Changelist.

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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library