TMRUArray::Add

Adds item to the array. Makes sure that we don't add more than the limit.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/MRUArray.h"

Syntax

int32 Add
(
    const T & Item
)

Remarks

Adds item to the array. Makes sure that we don't add more than the limit.

Returns

Always 0.

Parameters

Parameter

Description

Item

Item to add.

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