Navigation
API > API/Plugins > API/Plugins/MassEQS > API/Plugins/MassEQS/IMassEQSRequestInterface > API/Plugins/MassEQS/IMassEQSRequestInterface/FMassEQSRequestHandler
Description
Called when an EnvQueryInstance is trying to run a Generator or Test who implements this. If this Request has not yet been sent (IE. RequestID == 0u) then we will send this request Otherwise, if this Request was already sent (IE. RequestID > 0u) then we will call TryAcquireResults on the input MassEnvRequestInterface.
| Name | SendOrRecieveRequest |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MassGameplay/Source/MassEQS/Public/MassEQSTypes.h |
| Include Path | #include "MassEQSTypes.h" |
| Source | /Engine/Plugins/Runtime/MassGameplay/Source/MassEQS/Private/MassEQSTypes.cpp |
void SendOrRecieveRequest
(
FEnvQueryInstance & QueryInstance,
const IMassEQSRequestInterface & MassEQSRequestInterface
)
A unique ID that the QueryInstance can hold on to in order to later retrieve this request result.
Parameters
| Name | Remarks |
|---|---|
| QueryInstance | The EnvQueryInstance sending/receiving this request |
| MassEQSRequestInterface | The Interface used to call this, |