59 UPROPERTY(EditAnywhere, BlueprintReadOnly, meta = (ClampMin =
"0.0"), Category =
General)
68 float LowPassFilterFrequency;
75 float AttenuationDistanceScale;
83 float VoiceCenterChannelVolume;
86 UPROPERTY(EditAnywhere, BlueprintReadOnly, AdvancedDisplay, Category =
Legacy)
87 float RadioFilterVolume;
90 UPROPERTY(EditAnywhere, BlueprintReadOnly, AdvancedDisplay, Category =
Legacy)
91 float RadioFilterVolumeThreshold;
102 UPROPERTY(EditAnywhere, BlueprintReadOnly, AdvancedDisplay, Category =
Legacy)
106 UPROPERTY(EditAnywhere, BlueprintReadOnly, AdvancedDisplay, Category =
Legacy)
123 float Default2DReverbSendAmount;
126 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = Modulation)
137#if WITH_EDITORONLY_DATA
139 UPROPERTY(EditAnywhere, Category =
Loading, meta = (UIMin = 0, UIMax = 10, EditCondition =
"LoadingBehavior == ESoundWaveLoadingBehavior::RetainOnLoad || LoadingBehavior == ESoundWaveLoadingBehavior::PrimeOnLoad"), DisplayName=
"Size of First Audio Chunk (seconds)")
145 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category =
Submix, meta = (EditCondition =
"!bApplyEffects"))
214 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category =
General, meta = (ShowOnlyInnerProperties))
228 UPROPERTY(EditAnywhere, AdvancedDisplay, Instanced, Category = Advanced)
231#if WITH_EDITORONLY_DATA
240 ENGINE_API virtual FString GetDesc(
void )
override;
241 ENGINE_API virtual void BeginDestroy()
override;
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127