Navigation
API > API/Plugins > API/Plugins/DMXProtocol
| Name | FDMXProtocolUtils |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocol/Public/DMXProtocolUtils.h |
| Include Path | #include "DMXProtocolUtils.h" |
Syntax
class FDMXProtocolUtils
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDMXProtocolUtils() |
Can't instantiate this class | DMXProtocolUtils.h |
Functions
Public
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedPtr< FInternetAddr > CreateInternetAddr
(
const FString& IPAddress, |
Creates an Internet Address | DMXProtocolUtils.h | |
| Tries to find a local network interface card IP that matches an IP Address with wildcards | DMXProtocolUtils.h | ||
static FString GenerateUniqueNameFromExisting
(
const TSet< FString >& InExistingNames, |
Generates a unique name given a base one and a list of existing ones, by appending an index to existing names. | DMXProtocolUtils.h | |
static TArray< TSharedPtr< FString > > GetLocalNetworkInterfaceCardIPs() |
Returns an array of local network interfaces | DMXProtocolUtils.h | |
| Utility to separate a name from an index at the end. | DMXProtocolUtils.h |