Navigation
Unreal Engine C++ API Reference > Runtime > MessagingCommon > FMessageEndpoint
References
Module | MessagingCommon |
Header | /Engine/Source/Runtime/MessagingCommon/Public/MessageEndpoint.h |
Include | #include "MessageEndpoint.h" |
template<typename T, typename... InArgTypes>
static T &42; MakeMessage
&40;
InArgTypes &&... Args
&41;
Remarks
Creates a message of the specified template type.
Prefer using this helper rather than explicit new. See FEngineServicePong.
Parameters
Name | Description |
---|---|
Args | The constructor arguments to the template type |