Navigation
API > API/Plugins > API/Plugins/WebAPIEditor > API/Plugins/WebAPIEditor/Dom
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UWebAPIModelBase
- UWebAPIProperty
- UWebAPIOperationParameter
References
| Module | WebAPIEditor |
| Header | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Public/Dom/WebAPIOperation.h |
| Include | #include "Dom/WebAPIOperation.h" |
Syntax
UCLASS&40;MinimalAPI&41;
class UWebAPIOperationParameter : public UWebAPIProperty
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | MediaType | The optional media-type, ie. "application/json". | |
| TObjectPtr< UWebAPIModel > | Model | Optional model definition. | |
| EWebAPIParameterStorage | Storage | Where this parameter is stored/encoded in the request. |
Overridden from UWebAPIProperty
| Type | Name | Description | |
|---|---|---|---|
| bool | IsRequired () |
Returns if this property is required to have it's value set by the user. |
Overridden from IWebAPISchemaObjectInterface
| Type | Name | Description | |
|---|---|---|---|
| void | SetNamespace
(
const FString& InNamespace |
Recursively sets the namespace of this and all child objects. |