TCircularBuffer::GetPreviousIndex

Calculates the index previous to 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 GetPreviousIndex
(
    uint32 CurrentIndex
) const

Remarks

Calculates the index previous to the given index.

Returns

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