Component:ReferenceGrabReceiver

From Resonite Wiki
Revision as of 11:35, 27 July 2024 by AmasterAmaster (talk | contribs) (Added and updated descriptions. Fixed style.)
Component image 
ReferenceGrabReceiver component as seen in the Scene Inspector


The ReferenceGrabReceiver component can receive a reference dropped onto a UIX element Button by a user. The reference dropped is then stored into the field specified by Target Reference (an example would be to use the ReferenceField).

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.
TargetReference ISyncRef the place to store the received value, ex: the Reference on a Reference Field Component

Usage

Letting go when the reference you want to send into the TargetReference field, is currently the way on how it can trigger.

Examples

This can be used to allow the user to put in slots, music, or even value fields in a UIX canvas/panel for installers/settings for different systems.

Related Components