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
Implements Interfaces
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| MediaType |
FString |
The optional media-type, ie. "application/json". |
Dom/WebAPIOperation.h |
- EditAnywhere
- Category="Type"
|
| Model |
TObjectPtr< UWebAPIModel > |
Optional model definition. |
Dom/WebAPIOperation.h |
- EditAnywhere
- Category="Type"
|
| Storage |
EWebAPIParameterStorage |
Where this parameter is stored/encoded in the request. |
Dom/WebAPIOperation.h |
- EditAnywhere
- Category="Type"
|
Functions
Public
| 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 |
|
| 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 |
|