menu
Version
2021.1.14.8108
2024.1.4.8780
2023.1.12.8706
2022.1.18.8567
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
2024.1.4.8780
2023.1.12.8706
2022.1.18.8567
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
Wwise SDK 2021.1.14
|
A query always starts with a source, followed by a series of transforms, where each transform provides the input to the next transform as a sequence of objects. The query source is defined by a from statement. Transforms are defined by specific keywords that each take different arguments, for example, where volume < 0.
Keyword | Description |
from |
The from keyword specifies a source from which the sequence will be initialized. All queries have a source, however, when the from keyword is omitted, all objects from the project are implicitly selected as the source.
Refer to the Wwise Authoring Query Language (WAQL) Reference to learn more about all sources possible with the from keyword.
For convenience, it is also possible to use existing objects as the source, by omitting the from object.
Examples:
A sequence generated with a from statement:
![]() For further details and usage examples, refer to Wwise Authoring Query Language (WAQL) Reference.
|
where |
The where keyword allows you to filter objects of the input sequence by rejecting objects that don't match the specified expression.
The where keyword must be followed by a boolean expression, which will be executed on every object of the input sequence.
Examples:
A sequence transformed by a where statement:
![]() For further details and usage examples, refer to Wwise Authoring Query Language (WAQL) Reference.
|
select |
The select keyword allows you to generate a sequence of objects for each object of the input sequence.
Examples:
A sequence transformed by a select statement:
![]() For further details and usage examples, refer to Wwise Authoring Query Language (WAQL) Reference.
|
... | Other transforms are also available. To learn more about them, refer to Wwise Authoring Query Language (WAQL) Reference. |
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