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