UTestBTTask_Log

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

AITestSuite

Header

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

Include

#include "BehaviorTree/TestBTTask_Log.h"

Syntax

class UTestBTTask_Log : public UBTTaskNode

Variables

Name Description

Public variable

int32

 

ExecutionTicks

Public variable

int32

 

LogFinished

Public variable

int32

 

LogIndex

Public variable

TEnumAsByte< EB...

 

LogResult

Constructors

Name Description

Public function

UTestBTTask_Log

(
    const FObjectInitializer& ObjectIn...
)

Functions

Name Description

Public function

void

 

LogExecution

(
    UBehaviorTreeComponent& OwnerComp,
    int32 LogNumber
)

Overridden from UBTTaskNode

Name Description

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