CriWare Unreal Engine
Plug-ins for CriWare solutions.
読み取り中…
検索中…
一致する文字列を見つけられません
FAtomAttenuationFocusData 構造体

#include <AtomActiveSound.h>

公開変数類

float AbsoluteAzimuth = 0.0f
float Azimuth = 0.0f
bool bFirstFocusUpdate = true
float DistanceScale = 1.0f
float FocusFactor = 1.0f
float PriorityHighest = 1.0f
float PriorityScale = 1.0f
float VolumeScale = 1.0f

詳解

Attenuation focus system data computed per update per active sound

メンバ詳解

◆ AbsoluteAzimuth

float FAtomAttenuationFocusData::AbsoluteAzimuth = 0.0f

Absolute azimuth of the active sound relative to the listener. Used for 3d audio calculations.

◆ Azimuth

float FAtomAttenuationFocusData::Azimuth = 0.0f

Azimuth of the active sound relative to the listener. Used by sound focus.

◆ bFirstFocusUpdate

bool FAtomAttenuationFocusData::bFirstFocusUpdate = true

If this is the first update for focus. Handles edge case of starting a sound in-focus or out-of-focus.

◆ DistanceScale

float FAtomAttenuationFocusData::DistanceScale = 1.0f

Cached calculation of the amount distance is scaled due to focus

◆ FocusFactor

float FAtomAttenuationFocusData::FocusFactor = 1.0f

Value used to allow smooth interpolation in/out of focus

◆ PriorityHighest

float FAtomAttenuationFocusData::PriorityHighest = 1.0f

Cached highest priority of the parent active sound's wave instances.

◆ PriorityScale

float FAtomAttenuationFocusData::PriorityScale = 1.0f

The amount priority is scaled due to focus

◆ VolumeScale

float FAtomAttenuationFocusData::VolumeScale = 1.0f

The amount volume is scaled due to focus


この構造体詳解は次のファイルから抽出されました:
  • C:/git/Engine/Plugins/Runtime/CriWare/CriWare/Source/CriWareCore/Public/Atom/AtomActiveSound.h