FIndexPriorityQueue::Update

Update priority at node id, and then move it to correct position in queue.

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

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

Include

#include "Util/IndexPriorityQueue.h"

Syntax

void Update
(
    int NodeID,
    float Priority
)

Remarks

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

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