FIndexPriorityQueue::GetPriority

Query the priority at node id, assuming it exists 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

float GetPriority
(
    int id
)

Remarks

Query the priority at node id, assuming it exists in queue. Behavior is undefined if you call w/ id that is not in queue

Returns

priority for node

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