ReleaseOwnership

Method

If the local actor is currently the owner of the object, this will release the ownership of the object and set the owner to 0. This will not destroy the object, but it will make it available for other actors to take ownership of. If succeeded the AllowOwnershipTransfer flag will be enabled if it wasn't, to allow other actors to take ownership of it.

Definition

bool ReleaseOwnership(int objectID)
bool ReleaseOwnership(int objectID)

Returns bool

Parameters

ParameterDescription
int objectID

The space object to release ownership of