|
CriWare Unreal Engine
Plug-ins for CriWare solutions.
|
#include <AtomActiveSound.h>
公開メンバ関数 | |
| FAtomSoundParseParameters () | |
Struct used for gathering the final parameters to apply to a player instance TODO: -> may have various version for the 3 type of sources (Player, ExPlayer and ExPlaybackInstance)) Should be with ActiveSound or players
|
inline |
| float FAtomSoundParseParameters::AbsoluteAzimuth |
| TArray<FName> FAtomSoundParseParameters::AdditionalAisacPatchNames |
| TArray<FAtomAisacControlSettings> FAtomSoundParseParameters::AisacControlModulationRouting |
| TArray<FAtomAisacParameter> FAtomSoundParseParameters::AisacControlParams |
| float FAtomSoundParseParameters::AmbientZoneFilterFrequency |
| FAtomEnvelope FAtomSoundParseParameters::AmplitudeEnvelope |
| float FAtomSoundParseParameters::AttenuationDistance |
| float FAtomSoundParseParameters::AttenuationHighpassFilterFrequency |
| float FAtomSoundParseParameters::AttenuationLowpassFilterFrequency |
| uint8 FAtomSoundParseParameters::bApplyNormalizationToStereoSounds |
| uint8 FAtomSoundParseParameters::bEnableAmplitudeEnvelope |
| uint8 FAtomSoundParseParameters::bEnableHighPassFilter |
| uint8 FAtomSoundParseParameters::bEnableLowPassFilter |
| uint8 FAtomSoundParseParameters::bEnableRetrigger |
| uint32 FAtomSoundParseParameters::bEnableSoundBusSends |
Whether or not to enable bus Sends from SoundBase in addition to the ActiveSound buses.
| uint32 FAtomSoundParseParameters::bEnableSoundRack |
Whether or not to render to the main rack
| uint32 FAtomSoundParseParameters::bEnableSourceBusSends |
Whether or not to enable sending this audio's output to buses.
| uint32 FAtomSoundParseParameters::bEnableSourceDataOverride |
Whether or not to enable source data override with a plugin.
| uint8 FAtomSoundParseParameters::bIsOccluded |
| uint8 FAtomSoundParseParameters::bIsPaused |
| uint8 FAtomSoundParseParameters::bLooping |
| bool FAtomSoundParseParameters::bSpatializationIsExternalSend |
| uint8 FAtomSoundParseParameters::bUseSpatialization |
| TArray<FAtomAttenuationBusSendSettings> FAtomSoundParseParameters::BusSendSettings |
| TArray<FName> FAtomSoundParseParameters::CategoryNames |
| int32 FAtomSoundParseParameters::CueBeatSyncOffset |
| int32 FAtomSoundParseParameters::CueNextBlockIndex |
| TArray<FAtomSelectorParam> FAtomSoundParseParameters::CueSelectorParams |
| float FAtomSoundParseParameters::DistanceAttenuation |
| int32 FAtomSoundParseParameters::EnvelopeFollowerAttackTime |
| int32 FAtomSoundParseParameters::EnvelopeFollowerReleaseTime |
| float FAtomSoundParseParameters::HighPassFilterFrequency |
| float FAtomSoundParseParameters::InteriorVolumeMultiplier |
| float FAtomSoundParseParameters::ListenerToSoundDistance |
| float FAtomSoundParseParameters::ListenerToSoundDistanceForPanning |
| float FAtomSoundParseParameters::LowPassFilterFrequency |
| TArray<FTransform> FAtomSoundParseParameters::MultiPositions |
Multi-Position locations and directions.
| EAtomMultiPositionType FAtomSoundParseParameters::MultiPositionType |
Multi-Position type
| float FAtomSoundParseParameters::NonSpatializedRadiusEnd |
| EAtomNonSpatializedRadiusSpeakerMapMode FAtomSoundParseParameters::NonSpatializedRadiusMode |
| float FAtomSoundParseParameters::NonSpatializedRadiusStart |
| FAtomNotifyPlaybackFinishedHooks FAtomSoundParseParameters::NotifyPlaybackFinishedHooks |
Runtime will call the NotifyPlaybackFinished function of the hooked objects.
| float FAtomSoundParseParameters::OcclusionAttenuation |
| float FAtomSoundParseParameters::OcclusionFilterFrequency |
| float FAtomSoundParseParameters::Pitch |
| float FAtomSoundParseParameters::Priority |
| TArray<UAtomRuntimePluginSettingsBase*> FAtomSoundParseParameters::RuntimePluginSettingsArray |
| TArray<FAtomSoundToBusSend> FAtomSoundParseParameters::SoundBusSends |
| UAtomSoundClass* FAtomSoundParseParameters::SoundClass |
| UAtomRackBase* FAtomSoundParseParameters::SoundRack |
| TArray<FAtomSoundSourceBusSendInfo> FAtomSoundParseParameters::SourceBusSends[(int32) EAtomBusSendStage::Count] |
| UAtomSourceDataOverridePluginSourceSettingsBase* FAtomSoundParseParameters::SourceDataOverridePluginSettings |
| FAtomSourceVoiceEffect FAtomSoundParseParameters::SourceVoiceEffect |
| EAtomSpatializationAlgorithm FAtomSoundParseParameters::SpatializationMethod |
| float FAtomSoundParseParameters::StartTime |
| float FAtomSoundParseParameters::StereoSpread |
| FTransform FAtomSoundParseParameters::Transform |
| FVector FAtomSoundParseParameters::Velocity |
| float FAtomSoundParseParameters::Volume |
| float FAtomSoundParseParameters::VolumeMultiplier |