Navigation
API > API/Plugins > API/Plugins/WebAPIEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- USubsystem
- UDynamicSubsystem
- UEditorSubsystem
- UWebAPIEditorSubsystem
References
| Module | WebAPIEditor |
| Header | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Public/WebAPIEditorSubsystem.h |
| Include | #include "WebAPIEditorSubsystem.h" |
Syntax
UCLASS&40;&41;
class UWebAPIEditorSubsystem : public UEditorSubsystem
Remarks
Common functionality and registry for WebAPI Editor.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FOnWebAPIDefinitionPostImport & | |||
| FOnWebAPIDefinitionPreImport & | |||
| FOnModuleCreated & |
Overridden from USubsystem
| Type | Name | Description | |
|---|---|---|---|
| void | Deinitialize () |
Implement this for deinitialization of instances of the system | |
| void | Initialize
(
FSubsystemCollectionBase& Collection |
Implement this for initialization of instances of the system |
Typedefs
| Name | Description |
|---|---|
| FOnModuleCreated | After a new module or plugin is created. |
| FOnWebAPIDefinitionPostImport | After a WebAPI Definition is being (re)imported. |
| FOnWebAPIDefinitionPreImport | Before a WebAPI Definition is being (re)imported. |