Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Util > API/Runtime/GeometryCore/Util/FIndexPriorityQueue
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Util/IndexPriorityQueue.h |
| Include | #include "Util/IndexPriorityQueue.h" |
void Initialize
&40;
int MaxNodeID
&41;
Remarks
Initialize internal data structures. Internally a fixed-size array is used to track mapping from IDs to internal node indices, so maxID must be provided up-front. If this seems problematic or inefficient, this is not the Priority Queue for you.
Parameters
| Name | Description |
|---|---|
| MaxNodeID | maximum external ID that will be passed to any public functions |