unreal.RCNetworkAddressRange
¶
- class unreal.RCNetworkAddressRange¶
Bases:
StructBase
Utility struct to represent range of IPv4 Network addresses.
C++ Source:
Plugin: RemoteControl
Module: RemoteControlCommon
File: RemoteControlSettings.h
Editor Properties: (see get_editor_property/set_editor_property)
lower_bound
(RCNetworkAddress): [Read-Write] Denotes the lower bound IPv4 address.upper_bound
(RCNetworkAddress): [Read-Write] Denotes the upper bound IPv4 address.