Originally posted by MonZombo
View Post
Originally posted by skyflash
View Post
You didn't remove that module did you? The VRCharacters have navigation functionality so I use some of the types from that module.
Try adding the following at the top of BaseCharacter.h
Code:
#include "VRBPDatatypes.h" #include "Navigation/PathFollowingComponent.h" #include "VRBaseCharacter.generated.h"
Originally posted by PDanforth
View Post
Comment