Enum ModifiableStatus

Enum Documentation

enum class csp::multiplayer::ModifiableStatus

Enum representing the failure reason of an entity modification operation returned from IRealtimeEngine::IsEntityModifiable.

Values:

enumerator Modifiable

The operation succeeded.

enumerator EntityLocked

The entity is locked (LockType is not None).

enumerator EntityNotOwnedAndUntransferable

Entity doesn’t belong to this client and is not transferable.