Skip to content

Commit 53e8131

Browse files
committed
fixes for FAB release
1 parent b470968 commit 53e8131

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

Source/UnrealHelperLibrary/Private/AI/Composite/BTC_RandomSelector.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
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)

Source/UnrealHelperLibrary/Private/AI/Services/BTS_GameplayFocus.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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)

0 commit comments

Comments
 (0)