Navigation
Unreal Engine C++ API Reference > Plugins > Concert
Inheritance Hierarchy
- IConcertSessionCustomRequestHandler
- TConcertFunctionSessionCustomRequestHandler
References
Module | Concert |
Header | /Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/IConcertSessionHandler.h |
Include | #include "IConcertSessionHandler.h" |
Syntax
template<typename RequestType, typename ResponseType>
class TConcertFunctionSessionCustomRequestHandler : public IConcertSessionCustomRequestHandler
Remarks
Implementation of a session custom request handler that calls a function with the correct request type in the handler function signature.
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Overridden from IConcertSessionCustomRequestHandler
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
UScriptStruct * | ||
![]() ![]() ![]() |
EConcertSessionResponseCode | HandleRequest
(
const FConcertSessionContext& Context, |
Typedefs
Name | Description |
---|---|
FFuncType |