Navigation
Unreal Engine C++ API Reference > Runtime > Navmesh > DetourCrowd > dtPathCorridor
Warnings * Cannot be called more than once.
References
Module | Navmesh |
Header | /Engine/Source/Runtime/Navmesh/Public/DetourCrowd/DetourPathCorridor.h |
Include | #include "DetourCrowd/DetourPathCorridor.h" |
Source | /Engine/Source/Runtime/Navmesh/Private/DetourCrowd/DetourPathCorridor.cpp |
bool init
&40;
const int maxPath
&41;
Remarks
Allocates the corridor's path buffer.
Cannot be called more than once. True if the initialization succeeded.
Parameters
Name | Description |
---|---|
maxPath | The maximum path size the corridor can handle. |