unreal.DataLinkHttpSettings¶
- class unreal.DataLinkHttpSettings(url: str = '', verb: str = '', headers: None = {}, body: str = '')¶
Bases:
StructBaseData Link Http Settings
C++ Source:
Plugin: DataLink
Module: DataLinkHttp
File: DataLinkHttpSettings.h
Editor Properties: (see get_editor_property/set_editor_property)
body(str): [Read-Write]headers(Map[str, str]): [Read-Write]url(str): [Read-Write]verb(str): [Read-Write]