I want to inherit my ai controller form ADetourCrowdAIController, but error LNK2019 happens.
AIModule has been added to the project settings, so what is the problem?
UCLASS()
class W_API AW_AIController : public ADetourCrowdAIController
I want to inherit my ai controller form ADetourCrowdAIController, but error LNK2019 happens.
AIModule has been added to the project settings, so what is the problem?
UCLASS()
class W_API AW_AIController : public ADetourCrowdAIController
I am also having this problem. User here had it as well:
Still no change as of the UE4.21.1 release.