UTestBTTask_SetFlag

Copyright Epic Games, Inc. All Rights Reserved.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

AITestSuite

Header

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

Include

#include "BehaviorTree/TestBTTask_SetFlag.h"

Syntax

class UTestBTTask_SetFlag : public UBTTaskNode

Remarks

Copyright Epic Games, Inc. All Rights Reserved.

Variables

Name Description

Public variable

bool

 

bValue

Public variable

FName

 

KeyName

Public variable

TEnumAsByte< EB...

 

TaskResult

Constructors

Name Description

Public function

UTestBTTask_SetFlag

(
    const FObjectInitializer& ObjectIn...
)

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!

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