Navigation
API > API/Plugins > API/Plugins/Water
| |
|
| Name |
UShallowWaterSimulationDataSparse |
| Type |
class |
| Header File |
/Engine/Plugins/Experimental/Water/Source/Runtime/Public/BakedShallowWaterSimulationComponent.h |
| Include Path |
#include "BakedShallowWaterSimulationComponent.h" |
Syntax
UCLASS (MinimalAPI)
class UShallowWaterSimulationDataSparse : public UShallowWaterSimulationDataBase
Inheritance Hierarchy
Constants
| Name |
Type |
Remarks |
Include Path |
| BlockSize |
int32 |
Block size for sparse storage (16x16 cells per block) |
BakedShallowWaterSimulationComponent.h |
| BlockSizeInBytes |
int32 |
|
BakedShallowWaterSimulationComponent.h |
| DataSizeInBytes |
int32 |
|
BakedShallowWaterSimulationComponent.h |
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| BlockValues |
TArray< uint16 > |
Raw grid data |
BakedShallowWaterSimulationComponent.h |
|
| GridIndexToBlockIndex |
TMap< FIntVector2, int32 > |
|
BakedShallowWaterSimulationComponent.h |
|
Functions