Navigation
API > API/Plugins > API/Plugins/MassEQS > API/Plugins/MassEQS/FMassEQSUtils
Description
Used in MassEnvQueryProcessors, to cast generic FMassEQSRequestData to its corresponding child class. If InPtr is not null, then this Cast should never fail.
| Name | TryAndEnsureCast |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MassGameplay/Source/MassEQS/Public/MassEQSUtils.h |
| Include Path | #include "MassEQSUtils.h" |
template<typename RequestDataType>
static RequestDataType * TryAndEnsureCast
(
TUniquePtr < FMassEQSRequestData > & InPtr
)