Navigation
API > API/Plugins > API/Plugins/AsyncMessageSystem > API/Plugins/AsyncMessageSystem/FAsyncMessageStore
Description
Removes the given message ID from the specified message binding. This is called when an message handler is unbound
| Name | RemoveMessageFromBinding |
| Type | function |
| Header File | /Engine/Plugins/Experimental/AsyncMessageSystem/Source/AsyncMessageSystem/Public/AsyncMessageStore.h |
| Include Path | #include "AsyncMessageStore.h" |
| Source | /Engine/Plugins/Experimental/AsyncMessageSystem/Source/AsyncMessageSystem/Private/AsyncMessageStore.cpp |
bool RemoveMessageFromBinding
(
const FAsyncMessageId & MessageId,
const FAsyncMessageBindingOptions & Binding
)