The '''DelegateProxySource''' component is used to make a [[Component:Button|Button]] [[UIX]] element give a sync delegate proxy when grabbed. To use almost any sync delegate with this component, provide "Delegate" as the type.
|Delegate|{{RootFieldType|SyncDelegate`1|T}}|TypeAdv0=true| The field to proxy when grabbing.
}}
}}
== Behavior ==
== Usage ==
Attach to a slot with a valid [[UIX]] [[Component:Button|Button]] and provide a delegate to proxy. When the area is grabbed, the user will have the delegate in their hand.
== Examples ==
== Examples ==
The delegate names under [[Component:StaticTexture2D]].
Delegate Proxy Source`1 component as seen in the Scene Inspector
The DelegateProxySource component is used to make a ButtonUIX element give a sync delegate proxy when grabbed. To use almost any sync delegate with this component, provide "Delegate" as the type.