Navigation
API > API/Plugins > API/Plugins/Concert
Implementation of a session custom request handler that calls a function with the correct request type in the handler function signature.
| Name | TConcertFunctionSessionCustomRequestHandler |
| Type | class |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/IConcertSessionHandler.h |
| Include Path | #include "IConcertSessionHandler.h" |
Syntax
template<typename RequestType, typename ResponseType>
class TConcertFunctionSessionCustomRequestHandler : public IConcertSessionCustomRequestHandler
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TConcertFunctionSessionCustomRequestHandler
(
FFuncType InFunc |
IConcertSessionHandler.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~TConcertFunctionSessionCustomRequestHandler() |
IConcertSessionHandler.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FFuncType | TFunction< EConcertSessionResponseCode(const FConcertSessionContext &, const RequestType &, ResponseType &)> | IConcertSessionHandler.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Func | FFuncType | IConcertSessionHandler.h |
Functions
Public
Overridden from IConcertSessionCustomRequestHandler
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UScriptStruct * GetResponseType() |
IConcertSessionHandler.h | ||
virtual EConcertSessionResponseCode HandleRequest
(
const FConcertSessionContext& Context, |
IConcertSessionHandler.h |