Navigation
API > API/Plugins > API/Plugins/Concert
Implementation of a session custom request handler that calls a raw member function with the correct request type in the handler function signature.
| Name | TConcertRawSessionCustomRequestHandler |
| 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, typename HandlerType>
class TConcertRawSessionCustomRequestHandler : public IConcertSessionCustomRequestHandler
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TConcertRawSessionCustomRequestHandler
(
HandlerType* InHandler, |
IConcertSessionHandler.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~TConcertRawSessionCustomRequestHandler() |
IConcertSessionHandler.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FFuncType | EConcertSessionResponseCode(HandlerType::*) | IConcertSessionHandler.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Func | FFuncType | IConcertSessionHandler.h | ||
| Handler | HandlerType * | 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 |