menu
버전
2024.1.5.8803
2024.1.5.8803
2023.1.13.8732
2022.1.19.8584
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.5.8803
2023.1.13.8732
2022.1.19.8584
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 Unreal Integration Documentation
|
이 튜토리얼을 시작하기 전에 3인칭 게임에서 Listener(리스너) 작업하기에서 Wwise의 Distance Probe를 사용하는 방법에 대한 전반적인 소개를 참고해 주세요.
이 튜토리얼은 Wwise에서 Distance Probe를 할당하기 위해 Blueprint를 사용하는 방법을 보여줍니다. 이 예시는 Third Person 프로젝트 템플릿을 사용하며 ThirdPersonCharacter Actor가 Distance Probe에 사용됩니다. 프로젝트에 따라 정확한 각 단계는 다를 수 있습니다.
Blueprint를 사용해서 Distance Probe를 할당하려면
Set Distance Probe의 Listener 입력 매개 변수에 핀을 드래그해서 Get Player Camera Manager 노드를 추가하세요.
info | 참고: | Wwise Unreal 통합은 자동으로 Game Object를 기본 리스너로 지정하고 이를 PlayerCameraManager 액터에 연결합니다. |
Distance Probe 입력 매개 변수에서 연결을 드래그해서 Get a reference to self 변수를 추가하세요. 여기서 Self는 ThirdPersonCharacter 액터를 말합니다.
In the Wwise Unreal Integration, Distance Probes interact with AkReverbVolumes, which are actors that have Late Reverb components (see AkReverbVolume).
When a game object changes position, it checks for late reverb components, then calls AK::SoundEngine::SetGameObjectAuxSendValues() with the corresponding aux bus. If the Distance Probe is a game object that emits sound, and the game object is in the AkReverbVolume actor, the sound is sent to the aux bus of the AkReverbVolume. If the camera is a game object that emits sound, it sends to that aux bus if it is inside the AkReverbVolume.
프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.
Wwise를 시작해 보세요