fmod_MarkerTrack_addNamedMarker
Add a named destination marker to a marker track at a given position in an FMOD Studio project.
Instructions
Adds a destination marker to the marker track at the given position. Returns the named marker ManagedObject . [method · MarkerTrack.addNamedMarker]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The string value to assign the marker when created. | |
| target | Yes | Object to act on: a path (e.g. 'event:/SFX/Hit', 'bank:/Master') or a '{guid}'. | |
| position | Yes | The numerical position to place marker. |