버전

menu_open
Wwise SDK 2024.1.0
Important Keywords and Concepts

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 설명
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.
예시:
  • $ from project
  • $ from type sound
  • $ from object "\\Actor-Mixer Hierarchy\\Default Work Unit\\Hello"
  • $ "Event:Play_Hello", "Bus:Master Audio Bus"
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.
예시:
  • where volume < 0
  • where name = "Hello"
  • where parent.name : "container"
  • where outputbus = "Bus:Master Audio Bus" and name =/_[0-9]+$/
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.
예시:
  • select children
  • select outputbus
  • select ancestors
  • select effects
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.

이 페이지가 도움이 되었나요?

지원이 필요하신가요?

질문이 있으신가요? 문제를 겪고 계신가요? 더 많은 정보가 필요하신가요? 저희에게 문의해주시면 도와드리겠습니다!

지원 페이지를 방문해 주세요

작업하는 프로젝트에 대해 알려주세요. 언제든지 도와드릴 준비가 되어 있습니다.

프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.

Wwise를 시작해 보세요