FIndexPriorityQueue::Initialize

Initialize internal data structures.

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Util/IndexPriorityQueue.h

Include

#include "Util/IndexPriorityQueue.h"

Syntax

void Initialize
(
    int MaxNodeID
)

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

Parameter

Description

MaxNodeID

maximum external ID that will be passed to any public functions

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss