Wwise SDK 2023.1.8
|
Term | Definition |
Query |
A text string that conforms to the Wwise Authoring Query Language. When a query is executed, it always returns a sequence of Wwise objects. For more information about the syntax of a query, refer to Wwise Authoring Query Language (WAQL) Reference. |
Query Source | Defines where the query will look for the initial sequence of objects. |
Query Transform | Defines a transformation function that takes as input the result of the preceding portion of the query and generates another sequence. |
Sequence | An enumerable list of Wwise objects. |
Input Sequence | A sequence generated by the left-hand side source or transform. |
Wwise Object |
An object instance from the Wwise project. Most of the Wwise objects can be found in the Project Explorer, such as Sounds, Buses, Blend Containers, Virtual Folders, Work Units, etc. Some objects are not shown in the Project Explorer, but can be found in specialized views, such as Audio Sources, Music Clips, Music Cues, etc. Each object has:
For a complete list of all Wwise objects types, refer to Wwise Objects Reference. |
Wwise Object Type |
The type of a Wwise object. For a complete list of all Wwise objects types, refer to Wwise Objects Reference. |
Accessor | A named field on a Wwise object used to retrieve a value from the object. |
Built-in Accessor |
A special accessor that can be found natively on most Wwise objects. For example:
Note: Built-in accessors are case-insensitive. |
Property |
A named field on a Wwise object that stores a value. Each Wwise object defines its own list of properties. For a complete list of all properties, refer to Wwise Objects Reference and select a specific object. For example: Volume, Pitch, and Lowpass. For more information on how to define your own properties for a plug-in or by using Custom Properties, refer to Properties XML Description. |
Property Accessor |
An accessor that returns the value of a property. Property accessors can be used in three ways:
Note: Property accessors are case-insensitive. |
Reference |
A named field on a Wwise object that stores a reference to another object in the project. Some references can also define an object locally (known as Custom). Each Wwise object defines its own list of references. For a complete list of all references, refer to Wwise Objects Reference and select a specific object. For example: Volume, Pitch, and Lowpass. |
Reference Accessor |
An accessor that returns a Wwise object. Reference accessors can be used in three ways:
Note: It is possible to join multiple reference accessors. Note: Reference accessors are case-insensitive. |
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageRegister your project and we'll help you get started with no strings attached!
Get started with Wwise