FMessageEndpoint::Publish

Immediately pa message to all subscribed recipients within the specified scope.

Windows
MacOS
Linux

References

Module

MessagingCommon

Header

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

Include

#include "MessageEndpoint.h"

Syntax

template<typename MessageType>
void Publish
(
    MessageType * Message,
    const TMap< FName, FString > Annotations,
    EMessageScope Scope
)

Remarks

Immediately pa message to all subscribed recipients within the specified scope.

Parameters

Parameter

Description

Message

The message to publish.

Annotations

An optional message annotations header.

Scope

The message scope.

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