Navigation
API > API/Plugins > API/Plugins/MassAIBehavior
| Name | FMassFindSmartObjectTargetInstanceData |
| Type | struct |
| Header File | /Engine/Plugins/AI/MassAI/Source/MassAIBehavior/Public/Tasks/MassFindSmartObjectTargetTask.h |
| Include Path | #include "Tasks/MassFindSmartObjectTargetTask.h" |
Syntax
USTRUCT ()
struct FMassFindSmartObjectTargetInstanceData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bUseEntityLocationAsSearchLocation | bool | When using the entrance location request with selection method 'NearestToSearchLocation', this property indicates whether the request will set the search location using the entity transform or use the request value (can be bound). | Tasks/MassFindSmartObjectTargetTask.h |
|
| ClaimedSlot | FSmartObjectClaimHandle | Tasks/MassFindSmartObjectTargetTask.h |
|
|
| EntranceRequest | FSmartObjectSlotEntranceLocationRequest | Request parameters when using the entrance location request | Tasks/MassFindSmartObjectTargetTask.h |
|
| SmartObjectLocation | FMassTargetLocation | Tasks/MassFindSmartObjectTargetTask.h |
|