Revision as of 23:20, 16 April 2024 by PJB(talk | contribs)(Created page with "{{Infobox Component |Image=AssetProxy`1Component.png |Name=Asset Proxy`1 }} Asset Proxy is a component that allows for access to an asset through a slot when being grabbed by the user. <!--T:2--> == Fields == {{Table ComponentFields |AssetReference|{{RootFieldType|AssetRef`1|A}}|TypeAdv0=true| The asset to expose to asset ref fields when grabbing the object root of the slot this component is on. }} == Generic Parameters == This type has one or more generic para...")
put this component on a slot and fill the AssetReference with an asset reference to allow access to an asset via holding this slot's object root. The asset will then be available when holding onto the object root of the slot this component is on, and clicking on a UIX field (ex: an inspector field) places the asset type that this component has inside of it into the field.
Examples
This is used on items like imported audio clips and images, to allow them to be used and dropped into inspector fields.