Navigation
API > API/Plugins > API/Plugins/MassSmartObjects
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMassProcessor
- UMassSmartObjectCandidatesFinderProcessor
References
| Module | MassSmartObjects |
| Header | /Engine/Plugins/Runtime/MassGameplay/Source/MassSmartObjects/Public/MassSmartObjectProcessor.h |
| Include | #include "MassSmartObjectProcessor.h" |
Syntax
UCLASS&40;&41;
class UMassSmartObjectCandidatesFinderProcessor : public UMassProcessor
Remarks
Processor that builds a list of candidates objects for each users.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FMassEntityQuery | LaneRequestQuery | Query to fetch and process requests to find smart objects on zone graph lanes. | |
| float | SearchExtents | Extents used to perform the spatial query in the octree for world location queries. | |
| FMassEntityQuery | WorldRequestQuery | Query to fetch and process requests to find smart objects using spacial query around a given world location. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | Execute
(
FMassEntityManager& EntityManager, |