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 FVector & Location
&41; const
Remarks
Creates an async request to build a list of compatible smart objects around the provided 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 |
| Location | The center of the query |