LEAP Documentation
40220
Documentation for the LEAP project
BTDecorator_Tick.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/BTDecorator.h"
7
#include "BTDecorator_Tick.generated.h"
8
9
UCLASS()
10
class PROJECTX_API
UBTDecorator_Tick
: public UBTDecorator
11
{
12
GENERATED_BODY()
13
14
protected
:
15
UBTDecorator_Tick
();
16
virtual
void
TickNode(UBehaviorTreeComponent& OwnerComp, uint8* NodeMemory,
float
DeltaSeconds)
override
;
17
};
UBTDecorator_Tick
Definition:
BTDecorator_Tick.h:11
E:
ProjectY
Source
ProjectX
Public
AI
Decorators
BTDecorator_Tick.h
Generated by
1.9.4