Navigation
API > API/Plugins > API/Plugins/MassSmartObjects > API/Plugins/MassSmartObjects/FMassSmartObjectHandler > API/Plugins/MassSmartObjects/FMassSmartObjectHandler/FindCandidatesAsync
References
| Module | MassSmartObjects |
| Header | /Engine/Plugins/Runtime/MassGameplay/Source/MassSmartObjects/Public/MassSmartObjectHandler.h |
| Include | #include "MassSmartObjectHandler.h" |
| Source | /Engine/Plugins/Runtime/MassGameplay/Source/MassSmartObjects/Private/MassSmartObjectHandler.cpp |
FMassSmartObjectRequestID FindCandidatesAsync
&40;
const FMassEntityHandle RequestingEntity,
const FGameplayTagContainer & UserTags,
const FGameplayTagQuery & ActivityRequirements,
const FZoneGraphCompactLaneLocation & LaneLocation
&41; const
Remarks
Creates an async request to build a list of compatible smart objects around the provided lane location. The caller must poll using the request id to know when the reservation can be done. Request identifier that can be used to try claiming a result once available
Parameters
| Name | Description |
|---|---|
| RequestingEntity | Entity requesting the candidates list |
| LaneLocation | The lane location as reference for the query |