Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FUObjectArray
Description
Returns the index of a UObject. Be advised this is only for very low level use.
| Name | ObjectToIndex |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectArray.h |
| Include Path | #include "UObject/UObjectArray.h" |
int32 ObjectToIndex
(
const class UObjectBase * Object
) const
index of this object
Parameters
| Name | Remarks |
|---|---|
| Object | object to get the index of |