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