FMessageBridgeBuilder::WithAddress

Sets the bridge's address. If no address is specified, one will be generated automatically.

Windows
MacOS
Linux

References

Module

MessagingCommon

Header

/Engine/Source/Runtime/MessagingCommon/Public/MessageBridgeBuilder.h

Include

#include "MessageBridgeBuilder.h"

Syntax

FMessageBridgeBuilder & WithAddress
(
    const FMessageAddress & InAddress
)

Remarks

Sets the bridge's address.

If no address is specified, one will be generated automatically.

Returns

This instance (for method chaining).

Parameters

Parameter

Description

InAddress

The address to set.

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