FOnMessageEndpointError

DEPRECATED: Delegate type for error notifications.

Windows
MacOS
Linux

Type

typedef TBaseDelegate_TwoParams< void, const IMessageContext &, const FString & > FOnMessageEndpointError

References

Module

MessagingCommon

Header

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

Include

#include "MessageEndpoint.h"

Remarks

DEPRECATED: Delegate type for error notifications.

The first parameter is the context of the sent message (only valid for the duration of the callback). The second parameter is the error string.

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