FBTParallelMemory

Windows
MacOS
Linux

Inheritance Hierarchy

FBTCompositeMemory

FBTParallelMemory

References

Module

AIModule

Header

/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Composites/BTComposite_SimpleParallel.h

Include

#include "BehaviorTree/Composites/BTComposite_SimpleParallel.h"

Syntax

struct FBTParallelMemory : public FBTCompositeMemory

Variables

Name Description

Public variable

uint8: 1

 

bForceBackgroundTree

Try running background tree task even if main task has finished

Public variable

uint8: 1

 

bMainTaskIsActive

Set when main task is running

Public variable

uint8: 1

 

bRepeatMainTask

Set when main task needs to be repeated

Public variable

int32

 

LastSearchId

Last Id of search, detect infinite loops when there isn't any valid task in background tree

Public variable

TEnumAsByte< EB...

 

MainTaskResult

Finish result of main task

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