TConcertFutureSessionCustomResponseHandler

Implementation of a session custom response handler that uses a future to dispatch back the response

Windows
MacOS
Linux

Inheritance Hierarchy

IConcertSessionCustomResponseHandler

TConcertFutureSessionCustomResponseHandler

References

Module

Concert

Header

/Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/IConcertSessionHandler.h

Include

#include "IConcertSessionHandler.h"

Syntax

template<typename ResponseType>
class TConcertFutureSessionCustomResponseHandler : public IConcertSessionCustomResponseHandler

Remarks

Implementation of a session custom response handler that uses a future to dispatch back the response

Destructors

Functions

Name Description

Public function

TFuture< Res...

 

GetFuture()

Overridden from IConcertSessionCustomResponseHandler

Name Description

Public function Virtual

void

 

HandleResponse

(
    const void* ResponseData
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss