FChunkedFixedUObjectArray::operator[]

Return a reference to an element

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectArray.h

Include

#include "UObject/UObjectArray.h"

Syntax

FUObjectItem const & operator[]
(
    int32 Index
) const

Remarks

Return a reference to an element

Returns

a reference to the pointer to the element Thread safe, if it is valid now, it is valid forever. This might return nullptr, but by then, some other thread might have made it non-nullptr.

Parameters

Parameter

Description

Index

Index to return

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