fmod_Folder_getItem
Retrieve a specific asset from a folder in FMOD Studio by providing its relative path. Returns the item at that path.
Instructions
Retrieves the item at the relative path specified. Returns the item at the relative path specified. [method · Folder.getItem]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Relative path of the item to retrieve. | |
| target | Yes | Object to act on: a path (e.g. 'event:/SFX/Hit', 'bank:/Master') or a '{guid}'. |