Navigation
API > API/Plugins > API/Plugins/MassAIBehavior
| Name | FZoneGraphTagCondition |
| Type | struct |
| Header File | /Engine/Plugins/AI/MassAI/Source/MassAIBehavior/Public/Conditions/ZoneGraphTagConditions.h |
| Include Path | #include "Conditions/ZoneGraphTagConditions.h" |
Syntax
USTRUCT (DisplayName="ZoneGraphTag Compare")
struct FZoneGraphTagCondition : public FMassStateTreeConditionBase
Inheritance Hierarchy
- FStateTreeNodeBase → FStateTreeConditionBase → FMassStateTreeConditionBase → FZoneGraphTagCondition
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FZoneGraphTagCondition() |
Conditions/ZoneGraphTagConditions.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FInstanceDataType | FZoneGraphTagConditionInstanceData | Conditions/ZoneGraphTagConditions.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bInvert | bool | Conditions/ZoneGraphTagConditions.h |
|
Functions
Public
Overridden from FStateTreeConditionBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool TestCondition
(
FStateTreeExecutionContext& Context |
Conditions/ZoneGraphTagConditions.h |
Overridden from FStateTreeNodeBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const UStruct * GetInstanceDataType() |
Conditions/ZoneGraphTagConditions.h |