| Parameter | Description |
|---|---|
| targetObject | The Object to look up. |
| objectId | Out parameter with the found object identifier. |
bool True if an object identifier was found for the specified Object. Otherwise, false.
Tries to convert a persistent Object into an ObjectIdentifier.
Returns false if it was not possible. This can happen if the Object is a Scene Object, or was not loaded from an Object on disk.
| Parameter | Description |
|---|---|
| entityId | The object identifier's entity id to look up. |
| objectId | Out parameter with the found object identifier. |
bool True if an object identifier was found for the specified entity ID. Otherwise, false.
Tries to convert a persistent Object into an ObjectIdentifier.
Returns false if it was not possible. This can happen if the Object is a Scene Object, or was not loaded from and Object on disk.