EEditStatus
- Last UpdatedJun 09, 2017
- 1 minute read
Indicates the edit status of an object.
enum EEditStatus
{
notBeingEdited = 0,
editedByThisSession = 1,
editedByYouInOtherSession = 2,
editedByAnotherUser = 3,
}
Members
editedByThisSession
The object is being edited by this session.
editedByYouInOtherSession
The object is being edited by you in another session.
notBeingEdited
The object is not being edited.
editedByAnotherUser
The object is being edited by another user.