Navigation
API > API/Plugins > API/Plugins/MassAIBehavior
| Name | FMassZoneGraphPathFollowTask |
| Type | struct |
| Header File | /Engine/Plugins/AI/MassAI/Source/MassAIBehavior/Public/Tasks/MassZoneGraphPathFollowTask.h |
| Include Path | #include "Tasks/MassZoneGraphPathFollowTask.h" |
Syntax
USTRUCT (Meta=(DisplayName="ZG Path Follow"))
struct FMassZoneGraphPathFollowTask : public FMassStateTreeTaskBase
Inheritance Hierarchy
- FStateTreeNodeBase → FStateTreeTaskBase → FMassStateTreeTaskBase → FMassZoneGraphPathFollowTask
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FInstanceDataType | FMassZoneGraphPathFollowTaskInstanceData | Tasks/MassZoneGraphPathFollowTask.h |
Functions
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool RequestPath
(
FMassStateTreeExecutionContext& Context, |
Tasks/MassZoneGraphPathFollowTask.h |
Overridden from FMassStateTreeTaskBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GetDependencies
(
UE::MassBehavior::FStateTreeDependencyBuilder& Builder |
Appends this task's Mass dependencies to the given Builder. | Tasks/MassZoneGraphPathFollowTask.h |
Overridden from FStateTreeTaskBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual EStateTreeRunStatus EnterState
(
FStateTreeExecutionContext& Context, |
Tasks/MassZoneGraphPathFollowTask.h | ||
virtual EStateTreeRunStatus Tick
(
FStateTreeExecutionContext& Context, |
Tasks/MassZoneGraphPathFollowTask.h |
Overridden from FStateTreeNodeBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const UStruct * GetInstanceDataType() |
Tasks/MassZoneGraphPathFollowTask.h | ||
virtual bool Link
(
FStateTreeLinker& Linker |
Tasks/MassZoneGraphPathFollowTask.h |