Navigation
API > API/Plugins > API/Plugins/ConcertTransport
| Name | TConcertResponse |
| Type | class |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertTransport/Public/IConcertMessages.h |
| Include Path | #include "IConcertMessages.h" |
Syntax
template<typename ResponseType>
class TConcertResponse : public TConcertMessage< IConcertResponse, ResponseType >
Inheritance Hierarchy
- MessageBase → TConcertMessage → TConcertResponse
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TConcertResponse
(
const ResponseType& Response |
IConcertMessages.h | ||
TConcertResponse
(
ResponseType&& Response |
IConcertMessages.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~TConcertResponse() |
IConcertMessages.h |
Functions
Public
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void SetRequestMessageId
(
const FGuid& RequestMessageId |
Set the ID of the request this response is for | IConcertMessages.h |