Navigation
API > API/Plugins > API/Plugins/DMXProtocol > API/Plugins/DMXProtocol/IO > API/Plugins/DMXProtocol/IO/FDMXOutputPortConfig
Syntax
UPROPERTY (Config, BlueprintReadOnly, EditDefaultsOnly, Category="Port Config",
Meta=(DisplayName="Auto Complete Network Interface Card IP Address"))
FString AutoCompleteDeviceAddress
Remarks
Searches available Network Interface Card IP Addresses and uses the first match as the 'Network Interface Card IP Address' (both in Editor and Game).
Supports wildcards, examples: '192' '192.*' '192.168.?.*'..
If empty or '*' the first best available IP will be selected (not recommended)