unreal.WebAPINameInfo

class unreal.WebAPINameInfo

Bases: StructBase

Holds information for a name and it’s alternatives.

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.

  • name (str): [Read-Only] Name without prefix or namespace, ie. “SomeParameter”, not “InSomeParameter”.

  • prefix (str): [Read-Only] Type Prefix, usually for parameters (“In”/”Out”) or booleans “b”.