NonStaticGH / CPathHostProject

This is a space where I develop Customizable Pathfinding plugin for UE5. Later on, I will also include my Engineering Thesis and documentation.
57 stars 13 forks source link

Code has bad includes. #9

Open JamesSpellman opened 9 months ago

JamesSpellman commented 9 months ago

CPathFindPath.h, CPathfindingThread.h and CPathAsyncVolumeGeneration.h should be:

include "Runtime/Core/Public/HAL/Runnable.h"

include "Runtime/Core/Public/HAL/RunnableThread.h"