Skip to content

04. Setting up AudioComponent

Eito Murakami edited this page Nov 28, 2023 · 1 revision

In order to send inputs to ChuckMain or ChuckSub nodes, we will attach the MetaSound source that hosts the Chunreal nodes to an audio component.

( If you wish to continue to the next section of the tutorial without creating your own audio and actor components, feel free to take a look at one of the example Blueprint actors in Chunreal/ExampleBlueprints. )

We will first create a Blueprint actor. Right click on the content browser and create a new Blueprint class of type Actor.

image

Inside your new actor, add an audio component.

Screenshot 2023-11-28 085952

In the details panel of the audio component, assign your MetaSound source that contains Chunreal node(s) as the sound parameter. If you are using ChuckMain nodes(s), you can optionally enable Allow Spatialization and apply Attenuation Settings. We prepared an example Binaural_SA sound attenuation asset.

image
Clone this wiki locally