FUObjectArray::ObjectToIndex

Returns the index of a [UObject](API\Runtime\CoreUObject\UObject\UObject).

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/UObjectArray.h"

Syntax

int32 ObjectToIndex
(
    const class UObjectBase * Object
) const

Remarks

Returns the index of a UObject. Be advised this is only for very low level use.

Returns

index of this object

Parameters

Parameter

Description

Object

object to get the index of

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