Navigation
API > API/Plugins > API/Plugins/WebAPIEditor > API/Plugins/WebAPIEditor/Dom
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UWebAPIModelBase
- UWebAPIService
References
| Module | WebAPIEditor |
| Header | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Public/Dom/WebAPIService.h |
| Include | #include "Dom/WebAPIService.h" |
Syntax
UCLASS&40;MinimalAPI&41;
class UWebAPIService : public UWebAPIModelBase
Remarks
A service generally contains a sub-section of the API containing operations related to a particular subject.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bGenerate | Can be disabled to skip generation of this Service and it's operations. | |
| FWebAPITypeNameVariant | Name | Name of the Service. | |
| TArray< TObjectPtr< UWebAPIOperation > > | Operations | Operations contained within the service. |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| EDataValidationResult | IsDataValid
(
FDataValidationContext& Context |
Generic function to validate objects during changelist validations, etc. |
Overridden from IWebAPISchemaObjectInterface
| Type | Name | Description | |
|---|---|---|---|
| void | SetNamespace
(
const FString& InNamespace |
Recursively sets the namespace of this and all child objects. | |
| void | Visit
(
TFunctionRef< void(IWebAPISchemaObjectInterface*&)> InVisitor |
Recursively visit each element in the schema. |