Navigation
Unreal Engine C++ API Reference > Developer > SettingsEditor > ISettingsEditorModel
References
Module | SettingsEditor |
Header | /Engine/Source/Developer/SettingsEditor/Public/ISettingsEditorModel.h |
Include | #include "ISettingsEditorModel.h" |
TSharedPtr< ISettingsSection > GetSectionFromSectionObject
&40;
const UObject &42; SectionObject
&41; 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 |