UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FRangeChecklessAllocator< DoRangeCheck > Class Template Reference

#include <GraphAStar.h>

+ Inheritance diagram for FRangeChecklessAllocator< DoRangeCheck >:

Public Types

enum  { RequireRangeCheck = DoRangeCheck }
 
- Public Types inherited from TSizedDefaultAllocator< IndexSize >
typedef TSizedHeapAllocator< IndexSize > Typedef
 
- Public Types inherited from TSizedHeapAllocator< IndexSize, BaseMallocType >
enum  { NeedsElementType = false }
 
enum  { RequireRangeCheck = true }
 
using SizeType = typename TBitsToSizeType< IndexSize >::Type
 
using BaseMalloc = BaseMallocType
 

Member Enumeration Documentation

◆ anonymous enum

template<bool DoRangeCheck>
anonymous enum

Set to false if you don't want to lose performance on range checks in performance-critical pathfinding code.

Enumerator
RequireRangeCheck 

The documentation for this class was generated from the following file: