Navigation
Unreal Engine C++ API Reference > Runtime > MessagingCommon > FMessageEndpoint
References
Module | MessagingCommon |
Header | /Engine/Source/Runtime/MessagingCommon/Public/MessageEndpoint.h |
Include | #include "MessageEndpoint.h" |
void EnableInbox&40;&41;
Remarks
Enables the inbox for unhandled messages.
If enabled, the inbox will queue up all received messages. Use ProcessInbox() to synchronously invoke the registered message handlers for all queued up messages, or ReceiveFromInbox() to manually receive one message from the inbox at a time. The inbox is disabled by default.