Navigation
API > API/Developer > API/Developer/SourceControl > API/Developer/SourceControl/ISourceControlChangelistState
Description
Returns whether the change list description can be saved and persisted. Some changelists are special and the description cannot be persisted with the changelist. For example the P4 default changelist description cannot be persisted and the user must create a new changelist.
| Name | SupportsPersistentDescription |
| Type | function |
| Header File | /Engine/Source/Developer/SourceControl/Public/ISourceControlChangelistState.h |
| Include Path | #include "ISourceControlChangelistState.h" |
virtual bool SupportsPersistentDescription() const