Navigation
API > API/Plugins > API/Plugins/SlateInspectorToolset
| Name | USlateInspectorToolsetSubsystem |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Toolsets/SlateInspectorToolset/Source/SlateInspectorToolset/Public/SlateInspectorToolsetSubsystem.h |
| Include Path | #include "SlateInspectorToolsetSubsystem.h" |
Syntax
UCLASS (MinimalAPI)
class USlateInspectorToolsetSubsystem : public UEditorSubsystem
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → USubsystem → UDynamicSubsystem → UEditorSubsystem → USlateInspectorToolsetSubsystem
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bToolsetRegistered | bool | SlateInspectorToolsetSubsystem.h | ||
| PostTickDelegateHandle | FDelegateHandle | SlateInspectorToolsetSubsystem.h | ||
| RootObserverIdentifier | FString | SlateInspectorToolsetSubsystem.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetToolsetEnabled
(
bool bEnabled |
Register or unregister the toolset at runtime. | SlateInspectorToolsetSubsystem.h |
Public Virtual
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Deinitialize() |
SlateInspectorToolsetSubsystem.h | ||
virtual void Initialize
(
FSubsystemCollectionBase& Collection |
SlateInspectorToolsetSubsystem.h |