Navigation
API > API/Developer > API/Developer/SettingsEditor > API/Developer/SettingsEditor/ISettingsEditorModel
References
Module | SettingsEditor |
Header | /Engine/Source/Developer/SettingsEditor/Public/ISettingsEditorModel.h |
Include | #include "ISettingsEditorModel.h" |
TSharedPtr< ISettingsSection > GetSectionFromSectionObject
(
const UObject * SectionObject
) const
Remarks
Gets the section interface for a specified section object The section interface for the section object or nullptr if it does not exist
Parameters
Name | Description |
---|---|
SectionObject | The settings section object to get the section interface for |