Navigation
API > API/Runtime > API/Runtime/Messaging > API/Runtime/Messaging/IMessageBus
Description
Returns a delegate that is executed when the message bus is shutting down.
| Name | OnShutdown |
| Type | function |
| Header File | /Engine/Source/Runtime/Messaging/Public/IMessageBus.h |
| Include Path | #include "IMessageBus.h" |
FOnMessageBusShutdown & OnShutdown()
The delegate.
See Also
- Shutdown