Navigation
API > API/Plugins > API/Plugins/ConcertTransport
Implementation of Concert Endpoint request handler using TFunction
| Name | TConcertFunctionRequestHandler |
| Type | class |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertTransport/Public/IConcertMessageHandler.h |
| Include Path | #include "IConcertMessageHandler.h" |
Syntax
template<typename ResponseType>
class TConcertFunctionRequestHandler : public IConcertRequestHandler
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TConcertFunctionRequestHandler
(
FFuncType InFunc |
IConcertMessageHandler.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~TConcertFunctionRequestHandler() |
IConcertMessageHandler.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FFuncType | TFunction< TFuture< ResponseType >(const FConcertMessageContext &)> | Type definition for function pointers that are compatible with Request of this TConcertRawRequestHandler. | IConcertMessageHandler.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Func | FFuncType | IConcertMessageHandler.h |
Functions
Public
Overridden from IConcertRequestHandler
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TFuture< TSharedPtr< IConcertResponse > > HandleRequest
(
const FConcertMessageContext& Context |
Handle the request from the context passed | IConcertMessageHandler.h |