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](API\Runtime\Core\Templates\TSharedPtr)< [ISettingsSection](API\Developer\Settings\ISettingsSection) > GetSectionFromSectionObject ( const [UObject](API\Runtime\CoreUObject\UObject\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 |