Component:UserInterfaceEditModeSync
Allows a world to tell if a user is currently in UI edit mode.
More actions
Component image 
User Interface Edit Mode Sync component as seen in the Scene Inspector

The UserInterfaceEditModeSync component allows a world to tell if a user is currently in UI Edit Mode.
Fields
| Name | Type | Description |
|---|---|---|
persistent
|
Bool | Determines whether or not this item will be saved to the server. |
UpdateOrder
|
Int | Controls the order in which this component is updated. |
Enabled
|
Bool | Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't. |
TargetUser
|
direct UserRef | The user to check UI edit mode for. |
EditModeActive
|
Bool | Whether TargetUser is in UI edit mode.
|
Usage
Attach to a slot and fill in the TargetUser to check UI Edit Mode for.