ISettingsViewer

Interface for settings tabs.

Unreal Engine C++ API Reference > Developer > Settings

References

   
Module Settings
Header /Engine/Source/Developer/Settings/Public/ISettingsViewer.h
Include #include "ISettingsViewer.h"

Syntax

class ISettingsViewer  

Remarks

Interface for settings tabs.

Destructors

Type Name Description
  ~ISettingsViewer () Virtual destructor.

Functions

Type Name Description
void ShowSettings ( const FName& CategoryName, const FName& SectionName ) Shows the settings tab that belongs to this viewer with the specified settings section pre-selected.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library