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

0

OPERATION: WebAPISchemaType

2

PARAMETER: WebAPISchemaType

4

PROPERTY: WebAPISchemaType

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

Type:

3

SERVICE: WebAPISchemaType

1

UNSPECIFIED: WebAPISchemaType

128