unreal.WebAPISchemaType

class unreal.WebAPISchemaType

Bases: EnumBase

Schema type allows same name but different Schema types, ie. both a service and model with the name “Pet”.

C++ Source:

  • Plugin: WebAPI

  • Module: WebAPIEditor

  • File: WebAPIType.h

MODEL: WebAPISchemaType = Ellipsis

0

OPERATION: WebAPISchemaType = Ellipsis

2

PARAMETER: WebAPISchemaType = Ellipsis

4

PROPERTY: WebAPISchemaType = Ellipsis

All items before this are considered top-level, all below are sub-items

Type:

3

SERVICE: WebAPISchemaType = Ellipsis

1

UNSPECIFIED: WebAPISchemaType = Ellipsis

128