Navigation
API > API/Plugins > API/Plugins/PCGWaterInterop > API/Plugins/PCGWaterInterop/Data
References
| Module | PCGWaterInterop |
| Header | /Engine/Plugins/Experimental/PCGWaterInterop/Source/PCGWaterInterop/Public/Data/PCGWaterSplineData.h |
| Include | #include "Data/PCGWaterSplineData.h" |
Syntax
USTRUCT ()
struct FPCGWaterSplineMetadataStruct
Remarks
Helper struct to hold a copy of the WaterSplineMetadata contents.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FInterpCurveFloat | AudioIntensity | A scalar used to define intensity of the water audio along the spline. | |
| FInterpCurveFloat | Depth | The Depth of the water at this vertex. | |
| FInterpCurveFloat | RiverWidth | Rivers Only: The width of the river (from center) in each direction. | |
| FInterpCurveFloat | WaterVelocityScalar | The Current of the water at this vertex. Magnitude and direction. |