![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Algo/Impl/BinaryHeap.h"#include "Templates/IdentityFunctor.h"#include "Templates/Invoke.h"#include "Templates/Less.h"#include "Templates/UnrealTemplate.h"Go to the source code of this file.
Namespaces | |
| namespace | Algo |
Functions | |
| template<typename RangeType > | |
| UE_REWRITE void | Algo::Heapify (RangeType &&Range) |
| template<typename RangeType , typename PredicateType > | |
| UE_REWRITE void | Algo::Heapify (RangeType &&Range, PredicateType Predicate) |
| template<typename RangeType , typename ProjectionType , typename PredicateType > | |
| UE_REWRITE void | Algo::HeapifyBy (RangeType &&Range, ProjectionType Projection) |
| template<typename RangeType , typename ProjectionType , typename PredicateType > | |
| UE_REWRITE void | Algo::HeapifyBy (RangeType &&Range, ProjectionType Projection, PredicateType Predicate) |