unreal.WebAPIProviderSettings
¶
- class unreal.WebAPIProviderSettings(enable_arbitrary_json_payloads: bool = False)¶
Bases:
StructBase
Encapsulates settings for WebAPI providers.
C++ Source:
Plugin: WebAPI
Module: WebAPIEditor
File: WebAPIProviderSettings.h
Editor Properties: (see get_editor_property/set_editor_property)
default_array_property_name
(str): [Read-Only]default_property_name
(str): [Read-Only]enable_arbitrary_json_payloads
(bool): [Read-Write] Enable this option to allow the user to supply arbitrary json data to any request without parameters.nested_property_type_name_template
(str): [Read-Only]operation_object_name_template
(str): [Read-Only]parameter_type_name_template
(str): [Read-Only]request_type_name_template
(str): [Read-Only] note:: Templates are made to ensure uniqueness, changing them will probably break this constraint.response_type_name_template
(str): [Read-Only]unset_enum_value_name
(str): [Read-Only]