Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Engine/BlueprintGeneratedClass.h |
| Include | #include "Engine/BlueprintGeneratedClass.h" |
Syntax
template<typename ElementType>
class TSimpleRingBuffer
Constructors
| Type | Name | Description | |
|---|---|---|---|
TSimpleRingBuffer
(
int32 MaxItems |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | ArrayMax () |
||
| int32 | Num () |
||
| ElementType & | |||
| ElementType & | Note: Doesn't call the constructor on objects stored in it; make sure to properly initialize the memory returned by WriteNewElementUninitialized. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| ElementType & | operator()
(
int32 i |
||
| const ElementType & | operator()
(
int32 i |