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