Navigation
API > API/Developer > API/Developer/SourceControl > API/Developer/SourceControl/ISourceControlChangelist
Description
Returns true if the changelist is deletable. Some special changelist might not be deletable like the default Perforce changelist.
| Name | CanDelete |
| Type | function |
| Header File | /Engine/Source/Developer/SourceControl/Public/ISourceControlChangelist.h |
| Include Path | #include "ISourceControlChangelist.h" |
virtual bool CanDelete() const