AlgoImpl::HeapGetLeftChildIndex

Gets the index of the left child of 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::HeapGetLeftChildIndex
    (
        int32 Index
    )
}

Remarks

Gets the index of the left child of node at Index.

Returns

Index of the left child.

Parameters

Parameter

Description

Index

Node for which the left child index is to be returned.

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