Navigation
API > API/Plugins > API/Plugins/Water
Inheritance Hierarchy
- ISceneViewExtension
- TSharedFromThis
- FSceneViewExtensionBase
- FWorldSceneViewExtension
- FGerstnerWaterWaveViewExtension
References
| Module | Water |
| Header | /Engine/Plugins/Experimental/Water/Source/Runtime/Public/GerstnerWaterWaveViewExtension.h |
| Include | #include "GerstnerWaterWaveViewExtension.h" |
Syntax
class FGerstnerWaterWaveViewExtension : public FWorldSceneViewExtension
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bRebuildGPUData | ||
| TSharedRef< FWaveGPUResources, ESPMode::ThreadSafe > | WaveGPUData |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGerstnerWaterWaveViewExtension
(
const FAutoRegister& AutoReg, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Deinitialize () |
||
| void | Initialize () |
Overridden from ISceneViewExtension
| Type | Name | Description | |
|---|---|---|---|
| void | BeginRenderViewFamily
(
FSceneViewFamily& InViewFamily |
Called on game thread when view family is about to be rendered. | |
| void | PreRenderView_RenderThread
(
FRDGBuilder& GraphBuilder, |
Called on render thread at the start of rendering, for each view, after PreRenderViewFamily_RenderThread call. | |
| void | PreRenderViewFamily_RenderThread
(
FRDGBuilder& GraphBuilder, |
Called on render thread at the start of rendering. | |
| void | SetupView
(
FSceneViewFamily& InViewFamily, |
Called on game thread when creating the view. | |
| void | SetupViewFamily
(
FSceneViewFamily& InViewFamily |
FSceneViewExtensionBase implementation : |