Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FIndexPriorityQueue
Description
Update priority at node id, and then move it to correct position in queue. Behavior is undefined if you call w/ id that is not in queue
| Name | Update |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Util/IndexPriorityQueue.h |
| Include Path | #include "Util/IndexPriorityQueue.h" |
void Update
(
int NodeID,
float Priority
)