TCircularBuffer::GetNextIndex

Calculates the index that follows the given index.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/CircularBuffer.h

Include

#include "Containers/CircularBuffer.h"

Syntax

uint32 GetNextIndex
(
    uint32 CurrentIndex
) const

Remarks

Calculates the index that follows the given index.

Returns

The next index.

Parameters

Parameter

Description

CurrentIndex

The current 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