TSimpleRingBuffer

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/BlueprintGeneratedClass.h

Include

#include "Engine/BlueprintGeneratedClass.h"

Syntax

template<typename ElementType>
class TSimpleRingBuffer

Constructors

Name Description

Public function

TSimpleRingBuffer

(
    int32 MaxItems
)

Functions

Name Description

Public function Const

int32

 

ArrayMax()

Public function Const

int32

 

Num()

Public function

ElementType ...

 

WriteNewElementInitialized()

Public function

ElementType ...

 

WriteNewElementUninitialized()

Note: Doesn't call the constructor on objects stored in it; make sure to properly initialize the memory returned by WriteNewElementUninitialized.

Operators

Name Description

Public function

ElementType ...

 

operator()

(
    int32 i
)

Public function Const

const Elemen...

 

operator()

(
    int32 i
)

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