Navigation
API > API/Plugins > API/Plugins/ConcertTransport
Implementation of Concert Endpoint request handler using a raw member function pointer
| |
|
| Name |
TConcertRawRequestHandler |
| Type |
class |
| Header File |
/Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertTransport/Public/IConcertMessageHandler.h |
| Include Path |
#include "IConcertMessageHandler.h" |
Syntax
template<typename ResponseType, typename HandlerType>
class TConcertRawRequestHandler : public IConcertRequestHandler
Implements Interfaces
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
TConcertRawRequestHandler
(
HandlerType* InHandler,
FFuncType InFunc
)
|
|
IConcertMessageHandler.h |
|
Destructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual ~TConcertRawRequestHandler()
|
|
IConcertMessageHandler.h |
|
Typedefs
| Name |
Type |
Remarks |
Include Path |
| FFuncType |
TFuture< ResponseType >(HandlerType::*) |
Type definition for function pointers that are compatible with Event of this TConcertRawRequestHandler. |
IConcertMessageHandler.h |
Variables
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Func |
FFuncType |
|
IConcertMessageHandler.h |
|
| Handler |
HandlerType * |
|
IConcertMessageHandler.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Handle the request from the context passed |
IConcertMessageHandler.h |
|