File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Source/UnrealHelperLibrary/Private/AI Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -81,8 +81,6 @@ UHL consists of 3 modules:
8181> - AnimNotifyState (ANS)
8282> - [ ANS_UHL_Base] ( #ans_uhl_base )
8383> - [ ANS_ActivateAbility] ( #ans_activateability )
84- <!-- > - ANS_CatchToInputCache -->
85- <!-- > - ANS_CheckInputCache -->
8684> - [ AI] ( #ai )
8785> - Components
8886> - [ AIPerceptionComponent] ( #uhlaiperceptioncomponent )
Original file line number Diff line number Diff line change 44#include " AI/Composite/BTC_RandomSelector.h"
55
66#include " BehaviorTree/BTTaskNode.h"
7+ #include " BehaviorTree/BTCompositeNode.h"
8+ #include " BehaviorTree/BehaviorTreeComponent.h"
9+ #include " Misc/EngineVersionComparison.h"
710#include " Kismet/KismetMathLibrary.h"
811
912#include UE_INLINE_GENERATED_CPP_BY_NAME(BTC_RandomSelector)
Original file line number Diff line number Diff line change 33
44#include " AI/Services/BTS_GameplayFocus.h"
55
6+ #include " GameFramework/Actor.h"
7+ #include " BehaviorTree/BlackboardComponent.h"
8+ #include " BehaviorTree/BehaviorTreeComponent.h"
9+ #include " BehaviorTree/BehaviorTreeTypes.h"
610#include " AIController.h"
711
812#include UE_INLINE_GENERATED_CPP_BY_NAME(BTS_GameplayFocus)
You can’t perform that action at this time.
0 commit comments