FDMXProtocolUtils

Windows
MacOS
Linux

References

Module

DMXProtocol

Header

/Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocol/Public/DMXProtocolUtils.h

Include

#include "DMXProtocolUtils.h"

Syntax

class FDMXProtocolUtils

Constructors

Name Description

Public function

FDMXProtocolUtils()

Can't instantiate this class

Functions

Name Description

Public function Static

FString

 

GenerateUniqueNameFromExisting

(
    const TSet< FString >& InExistingN...,
    const FString& InBaseName
)

Generates a unique name given a base one and a list of existing ones, by appending an index to existing names.

Public function Static

TArray< TSha...

 

GetLocalNetworkInterfaceCardIPs()

Returns an array of local network interfaces

Public function Static

bool

 

GetNameAndIndexFromString

(
    const FString& InString,
    FString& OutName,
    int32& OutIndex
)

Utility to separate a name from an index at the end.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss