Navigation
Unreal Engine C++ API Reference > Runtime > MessagingCommon > FMessageBridgeBuilder
References
Module | MessagingCommon |
Header | /Engine/Source/Runtime/MessagingCommon/Public/MessageBridgeBuilder.h |
Include | #include "MessageBridgeBuilder.h" |
FMessageBridgeBuilder & WithAddress
&40;
const FMessageAddress & InAddress
&41;
Remarks
Sets the bridge's address.
If no address is specified, one will be generated automatically. This instance (for method chaining).
Parameters
Name | Description |
---|---|
InAddress | The address to set. |