Navigation
API > API/Runtime > API/Runtime/MessagingCommon > API/Runtime/MessagingCommon/FMessageEndpoint
References
Module | MessagingCommon |
Header | /Engine/Source/Runtime/MessagingCommon/Public/MessageEndpoint.h |
Include | #include "MessageEndpoint.h" |
bool ReceiveFromInbox
&40;
TSharedPtr< IMessageContext, ESPMode::ThreadSafe > & OutContext
&41;
Remarks
Receives a single message from the endpoint's inbox.
Note that an incoming message will only be queued up in the endpoint's inbox if the inbox has been enabled and no matching message handler handled it. The inbox is disabled by default and must be enabled using the EnableInbox() method. true if a message was received, false if the inbox was empty.
Parameters
Name | Description |
---|---|
OutContext | Will hold the context of the received message. |