ISettingsEditorModel::GetSectionFromSectionObject

Gets the section interface for a specified section object

Windows
MacOS
Linux

References

Module

SettingsEditor

Header

/Engine/Source/Developer/SettingsEditor/Public/ISettingsEditorModel.h

Include

#include "ISettingsEditorModel.h"

Syntax

TSharedPtr< ISettingsSection > GetSectionFromSectionObject
(
    const UObject * SectionObject
) const

Remarks

Gets the section interface for a specified section object

Returns

The section interface for the section object or nullptr if it does not exist

Parameters

Parameter

Description

SectionObject

The settings section object to get the section interface for

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss