63 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category= AttenuationDistance, meta = (DisplayName = "Attenuation
Function"))
67 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category= AttenuationDistance)
73 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category= AttenuationDistance)
77 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category= AttenuationDistance, meta=(DisplayName = "Attenuation At
Max (
dB)", ClampMin = "-60", ClampMax = "0"))
86 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category= AttenuationDistance)
90 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category= AttenuationDistance, meta=(ClampMin = "0"))
94 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category= AttenuationDistance, meta=(ClampMin = "0"))
95 float FalloffDistance;
98 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = AttenuationDistance, meta = (ClampMin = "0"))
99 float ConeSphereRadius;
102 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = AttenuationDistance, meta = (ClampMin = "0"))
103 float ConeSphereFalloffDistance;
106 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category= AttenuationDistance)
123 ENGINE_API float GetMaxFalloffDistance()
const;
127 ENGINE_API float AttenuationEval(
float Distance,
float Falloff,
float DistanceScale = 1.f)
const;
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127