IMessagingModule::CreateBus

Creates a new message bus.

Windows
MacOS
Linux

References

Module

Messaging

Header

/Engine/Source/Runtime/Messaging/Public/IMessagingModule.h

Include

#include "IMessagingModule.h"

Syntax

TSharedPtr< IMessageBus, ESPMode::ThreadSafe > CreateBus
(
    const TSharedPtr< IAuthorizeMessageRecipients > & RecipientAuthorizer
)

Remarks

Creates a new message bus.

Returns

The new message bus, or nullptr if the bus couldn't be created.

Parameters

Parameter

Description

RecipientAuthorizer

An optional recipient authorizer.

See Also

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