Navigation
API > API/Plugins > API/Plugins/Water
References
| Module | Water |
| Header | /Engine/Plugins/Experimental/Water/Source/Runtime/Public/GerstnerWaterWaves.h |
| Include | #include "GerstnerWaterWaves.h" |
Syntax
USTRUCT (BlueprintType )
struct FGerstnerWave
Remarks
Raw wave parameters for one gerstner wave
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Amplitude | ||
| FVector | Direction | ||
| float | PhaseOffset | ||
| float | Q | ||
| float | Steepness | ||
| float | WaveLength | ||
| float | WaveSpeed | ||
| FVector2D | WaveVector | ||
| float | WKA |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Recompute () |
Manually call Recompute to recompute FGerstnerWave's internals after one of its properties has changed : |