Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/FRangeChecklessAllocator
Set to false if you don't want to lose performance on range checks in performance-critical pathfinding code.
| Name | FRangeChecklessAllocator |
| Type | enum |
| Header File | /Engine/Source/Runtime/AIModule/Public/GraphAStar.h |
| Include Path | #include "GraphAStar.h" |
Syntax
enum FRangeChecklessAllocator
{
RequireRangeCheck = DoRangeCheck,
}
Values
| Name | Remarks |
|---|---|
| RequireRangeCheck |