Navigation
API > API/Runtime > API/Runtime/MessagingCommon
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.