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