Navigation
API > API/Plugins > API/Plugins/WebAPIEditor
A re-usable Parameter.
| Name | UWebAPIParameter |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Public/Dom/WebAPIParameter.h |
| Include Path | #include "Dom/WebAPIParameter.h" |
Syntax
UCLASS ()
class UWebAPIParameter : public UWebAPIModel
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UWebAPIModelBase → UWebAPIModel → UWebAPIParameter
Implements Interfaces
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsArray | bool | If the property is an array of Type. | Dom/WebAPIParameter.h |
|
| MediaType | FString | The optional media-type, ie. "application/json". | Dom/WebAPIParameter.h |
|
| Model | TObjectPtr< UWebAPIModel > | Optional model definition. | Dom/WebAPIParameter.h |
|
| Property | TObjectPtr< UWebAPIProperty > | Single value property that this Parameter wraps. | Dom/WebAPIParameter.h |
|
| Storage | EWebAPIParameterStorage | Where this parameter is stored/encoded in the request. | Dom/WebAPIParameter.h |
|
Functions
Public
Overridden from IWebAPISchemaObjectInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AppendCodeText
(
const FString& InCodeText |
Appends the last generated code as text for debugging. | Dom/WebAPIParameter.h | |
virtual void SetCodeText
(
const FString& InCodeText |
Sets the last generated code as text for debugging. | Dom/WebAPIParameter.h |