AlgoImpl::HeapIsLeaf

Checks if node located at Index is a leaf or not.

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
{
    bool AlgoImpl::HeapIsLeaf
    (
        int32 Index,
        int32 Count
    )
}

Remarks

Checks if node located at Index is a leaf or not.

Returns

true if node is a leaf, false otherwise.

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