#include "CoreMinimal.h"
#include "UObject/ObjectMacros.h"
#include "UObject/Object.h"
#include "UObject/Class.h"
#include "Engine/EngineTypes.h"
#include "Curves/CurveFloat.h"
#include "Attenuation.generated.h"
Go to the source code of this file.
|
| enum class | EAttenuationDistanceModel : uint8 {
Linear
, Logarithmic
, Inverse
, LogReverse
,
NaturalSound
, Custom
} |
| |
| enum | EAttenuationShape::Type : int { EAttenuationShape::Sphere
, EAttenuationShape::Capsule
, EAttenuationShape::Box
, EAttenuationShape::Cone
} |
| |
| enum class | ENaturalSoundFalloffMode : uint8 { Continues
, Silent
, Hold
} |
| |
◆ EAttenuationDistanceModel
| Enumerator |
|---|
| Linear | |
| Logarithmic | |
| Inverse | |
| LogReverse | |
| NaturalSound | |
| Custom | |
◆ ENaturalSoundFalloffMode
| Enumerator |
|---|
| Continues | |
| Silent | |
| Hold | |