Navigation
API > API/Plugins > API/Plugins/WebAPIEditor > API/Plugins/WebAPIEditor/UWebAPISchema
Description
Add and return a reference to a new Parameter. These can be referenced by operations rather than defining them inline.
| Name | AddParameter |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Public/Dom/WebAPISchema.h |
| Include Path | #include "Dom/WebAPISchema.h" |
| Source | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Private/Dom/WebAPISchema.cpp |
UWebAPIParameter * AddParameter
(
const TObjectPtr < UWebAPITypeInfo > & InTypeInfo
)