Navigation
API > API/Runtime > API/Runtime/MessagingCommon > API/Runtime/MessagingCommon/FMessageEndpointBuilder
| Type | Name | Description | |
|---|---|---|---|
| FMessageEndpointBuilder & | Handling
(
typename TFunctionMessageHandler< MessageType >::FuncType HandlerFunc |
Adds a message handler for the given type of messages (via TFunction object). | |
| FMessageEndpointBuilder & | Handling
(
HandlerType* Handler, |
Adds a message handler for the given type of messages (via raw function pointers). |