> For the complete documentation index, see [llms.txt](https://docs.oserosuite.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oserosuite.com/technical-notes/unreal-engine-notes/water-plugin/classes-overview/fwatersplinecomponentvisualizer.md).

# FWaterSplineComponentVisualizer

* Uses custom HComponentVisProxy to generate the viewport handles for the custom curves in the MetaData
* Main functions would be:
  * DrawVisualization for drawing the handles
  * VisProxyHandleClick for selecting the handles
  * HandleInputDelta for moving the handles
* UWaterSplineComponentVisualizerSelectionState is a getter/setter class for storing the state selection state so that the correct functionality can be executed based on the type of handle

&#x20;
