FBehaviorTreeParallelTask

Wrapper struct for holding a parallel task node and its status

Windows
MacOS
Linux

References

Module

AIModule

Header

/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BehaviorTreeTypes.h

Include

#include "BehaviorTree/BehaviorTreeTypes.h"

Syntax

struct FBehaviorTreeParallelTask

Remarks

Wrapper struct for holding a parallel task node and its status

Variables

Name Description

Public variable

EBTTaskStatus::...

 

Status

Additional mode data used for context switching

Public variable

const UBTTaskNo...

 

TaskNode

Worker object

Constructors

Name Description

Public function

FBehaviorTreeParallelTask()

Public function

FBehaviorTreeParallelTask

(
    const UBTTaskNode* InTaskNode,
    EBTTaskStatus::Type InStatus
)

Operators

Name Description

Public function Const

bool

 

operator==

(
    const FBehaviorTreeParallelTask& O...
)

Public function Const

bool

 

operator==

(
    const UBTTaskNode* OtherTask
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss