FNodeData

Contains all the node data of the quad tree. Root node is Nodes[0]

Windows
MacOS
Linux

References

Module

Water

Header

/Engine/Plugins/Experimental/Water/Source/Runtime/Public/WaterQuadTree.h

Include

#include "WaterQuadTree.h"

Syntax

struct FNodeData

Remarks

Contains all the node data of the quad tree. Root node is Nodes[0]

Variables

Name Description

Public variable

TArray< FNode >

 

Nodes

Storage for all nodes in the tree. Each node has 4 indices into this array to locate its children

Public variable

TArray< FWaterB...

 

WaterBodyRenderData

Render data for all water bodies in this tree, indexed by the nodes

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss