Navigation
API > API/Runtime > API/Runtime/AIModule
Inheritance Hierarchy
- FDefaultAllocator
- FRangeChecklessAllocator
References
| Module | AIModule |
| Header | /Engine/Source/Runtime/AIModule/Public/GraphAStar.h |
| Include | #include "GraphAStar.h" |
Syntax
template<bool DoRangeCheck>
class FRangeChecklessAllocator : public FDefaultAllocator
Enums
| Type | Name | Description | |
|---|---|---|---|
| API/Runtime/AIModule/FRangeChecklessAllocator_1 | Set to false if you don't want to lose performance on range checks in performance-critical pathfinding code. |