AlgoImpl::HeapGetParentIndex

Gets the parent index for node at Index.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Algo/Impl/BinaryHeap.h

Include

#include "Algo/Impl/BinaryHeap.h"

Syntax

namespace AlgoImpl
{
    int32 AlgoImpl::HeapGetParentIndex
    (
        int32 Index
    )
}

Remarks

Gets the parent index for node at Index.

Returns

Parent index.

Parameters

Parameter

Description

Index

node index.

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