TUniquePtr< T[], Deleter >::operator[]

Indexing operator

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Templates/UniquePtr.h

Include

#include "Templates/UniquePtr.h"

Syntax

T & operator[]
(
    SIZE_T Index
) const

Remarks

Indexing operator

Returns

A reference to the object at the specified index by the TUniquePtr.

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