ISettingsEditorModule::CreateModel

Creates a view model for the settings editor widget.

Windows
MacOS
Linux

References

Module

SettingsEditor

Header

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

Include

#include "ISettingsEditorModule.h"

Syntax

TSharedRef< ISettingsEditorModel > CreateModel
(
    const TSharedRef< ISettingsContainer > & SettingsContainer
)

Remarks

Creates a view model for the settings editor widget.

Returns

The controller.

Parameters

Parameter

Description

SettingsContainer

The settings container.

See Also

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