Navigation
API > API/Developer > API/Developer/AITestSuite
Loop until test version used for unit tests
| Name | UTestBTDecorator_LoopUntil |
| Type | class |
| Header File | /Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTDecorator_LoopUntil.h |
| Include Path | #include "BehaviorTree/TestBTDecorator_LoopUntil.h" |
Syntax
UCLASS (Meta=(HiddenNode), MinimalAPI)
class UTestBTDecorator_LoopUntil : public UBTDecorator_LoopUntil
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBTNode → UBTAuxiliaryNode → UBTDecorator → UBTDecorator_LoopUntil → UTestBTDecorator_LoopUntil
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UTestBTDecorator_LoopUntil
(
const FObjectInitializer& ObjectInitializer |
BehaviorTree/TestBTDecorator_LoopUntil.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetRequiredResult
(
const EBTNodeResult::Type InRequiredResult |
BehaviorTree/TestBTDecorator_LoopUntil.h |