UTestBTTask_LatentWithFlags

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

AITestSuite

Header

/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTTask_LatentWithFlags.h

Include

#include "BehaviorTree/TestBTTask_LatentWithFlags.h"

Syntax

class UTestBTTask_LatentWithFlags : public UBTTaskNode

Variables

Name Description

Public variable

int32

 

AbortTicks

Public variable

int32

 

ExecuteTicks

Public variable

FName

 

KeyNameAbort

Public variable

FName

 

KeyNameExecute

Public variable

int32

 

LogIndexAbortFinish

Public variable

int32

 

LogIndexAbortStart

Public variable

int32

 

LogIndexExecuteFinish

Public variable

int32

 

LogIndexExecuteStart

Public variable

TEnumAsByte< EB...

 

LogResult

Constructors

Name Description

Public function

UTestBTTask_LatentWithFlags

(
    const FObjectInitializer& ObjectIn...
)

Functions

Name Description

Public function

void

 

LogExecution

(
    UBehaviorTreeComponent& OwnerComp,
    int32 LogNumber
)

Overridden from UBTTaskNode

Name Description

Public function Virtual

EBTNodeResul...

 

AbortTask

(
    UBehaviorTreeComponent& OwnerComp,
    uint8* NodeMemory
)

Aborts this task, should return Aborted or InProgress (use FinishLatentAbort() when returning InProgress) this function should be considered as const (don't modify state of object) if node is not instanced!

Public function Virtual

EBTNodeResul...

 

ExecuteTask

(
    UBehaviorTreeComponent& OwnerComp,
    uint8* NodeMemory
)

Starts this task, should return Succeeded, Failed or InProgress (use FinishLatentTask() when returning InProgress) this function should be considered as const (don't modify state of object) if node is not instanced!

Protected function Virtual

void

 

TickTask

(
    UBehaviorTreeComponent& OwnerComp,
    uint8* NodeMemory,
    float DeltaSeconds
)

Ticks this task this function should be considered as const (don't modify state of object) if node is not instanced!

Overridden from UBTNode

Name Description

Public function Virtual Const

uint16

 

GetInstanceMemorySize()

Size of instance memory

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