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