Navigation
API > API/Developer > API/Developer/Settings > API/Developer/Settings/ISettingsSection
Description
Checks whether this section can have its settings saved.
This method does not indicate whether saving would actually succeed. For example, saving may be aborted by a ModifiedDelegate handler.
| Name | CanSave |
| Type | function |
| Header File | /Engine/Source/Developer/Settings/Public/ISettingsSection.h |
| Include Path | #include "ISettingsSection.h" |
bool CanSave() const
true if saving is supported, false otherwise.