Navigation
API > API/Runtime > API/Runtime/AIModule
| Name | UEnvQueryItemType_VectorBase |
| Type | class |
| Header File | /Engine/Source/Runtime/AIModule/Classes/EnvironmentQuery/Items/EnvQueryItemType_VectorBase.h |
| Include Path | #include "EnvironmentQuery/Items/EnvQueryItemType_VectorBase.h" |
Syntax
UCLASS (Abstract, MinimalAPI)
class UEnvQueryItemType_VectorBase : public UEnvQueryItemType
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEnvQueryItemType → UEnvQueryItemType_VectorBase
Derived Classes
UEnvQueryItemType_VectorBase derived class hierarchy
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FVector GetItemLocation
(
const uint8* RawData |
EnvironmentQuery/Items/EnvQueryItemType_VectorBase.h | ||
virtual FRotator GetItemRotation
(
const uint8* RawData |
EnvironmentQuery/Items/EnvQueryItemType_VectorBase.h |
Overridden from UEnvQueryItemType
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AddBlackboardFilters
(
FBlackboardKeySelector& KeySelector, |
Add filters for blackboard key selector | EnvironmentQuery/Items/EnvQueryItemType_VectorBase.h | |
virtual FString GetDescription
(
const uint8* RawData |
Describe item | EnvironmentQuery/Items/EnvQueryItemType_VectorBase.h | |
virtual bool StoreInBlackboard
(
FBlackboardKeySelector& KeySelector, |
Store value in blackboard entry | EnvironmentQuery/Items/EnvQueryItemType_VectorBase.h |