Navigation
API > API/Plugins > API/Plugins/ConcertTransport > API/Plugins/ConcertTransport/IConcertLocalEndpoint
References
| Module | ConcertTransport |
| Header | /Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertTransport/Public/IConcertEndpoint.h |
| Include | #include "IConcertEndpoint.h" |
template<typename RequestType, typename ResponseType>
TFuture< ResponseType > SendRequest
&40;
const RequestType & Request,
const FGuid & Endpoint
&41;
Remarks
Send a request to a remote endpoint A future of the response for the request
Parameters
| Name | Description |
|---|---|
| Request | : the request to send, needs to be a UStruct that derives from FConcertRequestData |
| Endpoint | : the remote endpoint Id to send to |