Navigation
API > API/Plugins > API/Plugins/AsyncMessageSystem > API/Plugins/AsyncMessageSystem/FAsyncMessageSystemBase
Description
Creates a new shared pointer to a message system of type TMessageSystemType and calls the "Startup" function on it.
Make sure to call the "Shutdown" function on the message system prior to its destruction.
| Name | CreateMessageSystem |
| Type | function |
| Header File | /Engine/Plugins/Experimental/AsyncMessageSystem/Source/AsyncMessageSystem/Public/AsyncMessageSystemBase.h |
| Include Path | #include "AsyncMessageSystemBase.h" |
template<class TMessageSystemType, typename... TArgs>
static TSharedPtr < TMessageSystemType, ESPMode::ThreadSafe > CreateMessageSystem
(
TArgs &&... Args
)