There are 2 things that are new in this lesson that is completely glossed over without any detailed explanation.
-
I believe this is the first time we are using struct as type and there is no explanation of what it is and how it’s differ from other types.
-
In the CPP file, while #include “BehaviorTree/BlackboardComponent.h” is a slightly new format. Why does BehaviorTree/ as a directory needs to be included. Why isn’t directories before BehaviorTree/ included in this syntax? What are some sample situations that needs to use this format? Please explain in detail.
Thanks!