Navigation
API > API/Plugins > API/Plugins/GameplayCameras
References
| Module | GameplayCameras |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/PerlinNoiseCameraShakePattern.h |
| Include | #include "PerlinNoiseCameraShakePattern.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FPerlinNoiseShaker
Remarks
A perlin noise shaker for a single number.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Amplitude | Amplitude of the perlin noise. | |
| float | Frequency | Frequency of the sinusoidal oscillation. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Creates a new perlin noise shaker. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| float | Update
(
float DeltaTime, |
Advances the shake time and returns the current value |