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