unreal.WebAPITypeNameVariant

class unreal.WebAPITypeNameVariant

Bases: StructBase

Holds either UWebAPITypeInfo or FString.

C++ Source:

  • Plugin: WebAPI

  • Module: WebAPIEditor

  • File: WebAPISchema.h

Editor Properties: (see get_editor_property/set_editor_property)

  • json_name (str): [Read-Only] Field name as sent to and received from the external API.

  • type_info (WebAPITypeInfo): [Read-Only] TypeInfo.

  • type_string (str): [Read-Only] String.