Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FIndexPriorityQueue
Description
Remove node associated with given ID from queue. Behavior is undefined if you call w/ id that is not in queue
| Name | Remove |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Util/IndexPriorityQueue.h |
| Include Path | #include "Util/IndexPriorityQueue.h" |
void Remove
(
int NodeID
)