Navigation
API > API/Plugins > API/Plugins/DMXProtocol
References
| Module | DMXProtocol |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocol/Public/DMXProtocolUtils.h |
| Include | #include "DMXProtocolUtils.h" |
Syntax
class FDMXProtocolUtils
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Can't instantiate this class |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FInternetAddr > | CreateInternetAddr
(
const FString& IPAddress, |
Creates an Internet Address | |
| bool | FindLocalNetworkInterfaceCardIPAddress
(
const FString& InIPAddressWithWildcards, |
Tries to find a local network interface card IP that matches an IP Address with wildcards | |
| 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. | |
| TArray< TSharedPtr< FString > > | Returns an array of local network interfaces | ||
| bool | GetNameAndIndexFromString
(
const FString& InString, |
Utility to separate a name from an index at the end. |