Navigation
API > API/Plugins > API/Plugins/RemoteControlCommon
References
| Module | RemoteControlCommon |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlCommon/Public/RemoteControlSettings.h |
| Include | #include "RemoteControlSettings.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FRCNetworkAddressRange
Remarks
Utility struct to represent range of IPv4 Network addresses.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FRCNetworkAddress | LowerBound | Denotes the lower bound IPv4 address. | |
| FRCNetworkAddress | UpperBound | Denotes the upper bound IPv4 address. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRCNetworkAddressRange
(
FRCNetworkAddress InLowerBound, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FRCNetworkAddressRange | AllowAllIPs () |
||
| bool | |||
| bool | IsInRange
(
const FRCNetworkAddress& InNetworkAddress |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FRCNetworkAddressRange& OtherNetworkAddressRange |