Navigation
API > API/Plugins > API/Plugins/AsyncMessageSystem > API/Plugins/AsyncMessageSystem/FAsyncMessageSystemBase
Description
Manual shutdown of this message system. Once this is called, no more listeners can be bound and no more messages can be queued. Use this to clean up any background work which may need to be done that was created in Startup.
| Name | Shutdown |
| Type | function |
| Header File | /Engine/Plugins/Experimental/AsyncMessageSystem/Source/AsyncMessageSystem/Public/AsyncMessageSystemBase.h |
| Include Path | #include "AsyncMessageSystemBase.h" |
| Source | /Engine/Plugins/Experimental/AsyncMessageSystem/Source/AsyncMessageSystem/Private/AsyncMessageSystemBase.cpp |
void Shutdown()