FUObjectArray::IndexToObject

Returns the [UObject](API\Runtime\CoreUObject\UObject\UObject) corresponding to index.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/UObjectArray.h"

Syntax

FUObjectItem * IndexToObject
(
    int32 Index
)

Remarks

Returns the UObject corresponding to index. Be advised this is only for very low level use.

Returns

Object at this index

Parameters

Parameter

Description

Index

index of object 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