Navigation
API > API/Plugins > API/Plugins/TedsSettings
| Name | UTedsSettingsEditorSubsystem |
| Type | class |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsSettings/Public/TedsSettingsEditorSubsystem.h |
| Include Path | #include "TedsSettingsEditorSubsystem.h" |
Syntax
UCLASS (MinimalAPI)
class UTedsSettingsEditorSubsystem : public UEditorSubsystem
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → USubsystem → UDynamicSubsystem → UEditorSubsystem → UTedsSettingsEditorSubsystem
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UTedsSettingsEditorSubsystem() |
TedsSettingsEditorSubsystem.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnEnabledChanged | TMulticastDelegate_NoParams< void > | TedsSettingsEditorSubsystem.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EnabledChangedDelegate | FOnEnabledChanged | TedsSettingsEditorSubsystem.h | ||
| SettingsManager | TSharedPtr< FTedsSettingsManager > | TedsSettingsEditorSubsystem.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Finds an existing row (may be active or inactive) or adds a new inactive settings section row if no existing row is found. | TedsSettingsEditorSubsystem.h | ||
| Finds an existing row (may be active or inactive). | TedsSettingsEditorSubsystem.h | ||
| Gets the settings section details for the given row. | TedsSettingsEditorSubsystem.h | ||
const bool IsEnabled() |
TedsSettingsEditorSubsystem.h | ||
FOnEnabledChanged & OnEnabledChanged() |
TedsSettingsEditorSubsystem.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Deinitialize() |
TedsSettingsEditorSubsystem.h | ||
virtual void Initialize
(
FSubsystemCollectionBase& Collection |
TedsSettingsEditorSubsystem.h |