LEAP Documentation
40220
Documentation for the LEAP project
BTDecorator_IsAlly.h
Go to the documentation of this file.
1
// Copyright Blue Isle Studios Inc 2022. All Rights Reserved.
2
3
#pragma once
4
5
#include "CoreMinimal.h"
6
#include "BehaviorTree/Decorators/BTDecorator_BlackboardBase.h"
7
#include "BTDecorator_IsAlly.generated.h"
8
9
UCLASS()
10
class PROJECTX_API
UBTDecorator_IsAlly
: public UBTDecorator_BlackboardBase
11
{
12
GENERATED_BODY()
13
14
UBTDecorator_IsAlly
();
15
virtual
bool
CalculateRawConditionValue(UBehaviorTreeComponent& OwnerComp, uint8* NodeMemory)
const
;
16
};
UBTDecorator_IsAlly
Definition:
BTDecorator_IsAlly.h:11
E:
ProjectY
Source
ProjectX
Public
AI
Decorators
BTDecorator_IsAlly.h
Generated by
1.9.4