Navigation
API > API/Plugins > API/Plugins/Water
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UHLODBuilder
- UWaterBodyHLODBuilder
References
| Module | Water |
| Header | /Engine/Plugins/Experimental/Water/Source/Runtime/Public/WaterBodyHLODBuilder.h |
| Include | #include "WaterBodyHLODBuilder.h" |
Syntax
UCLASS&40;HideDropDown&41;
class UWaterBodyHLODBuilder : public UHLODBuilder
Constructors
| Type | Name | Description | |
|---|---|---|---|
UWaterBodyHLODBuilder
(
const FObjectInitializer& ObjectInitializer |
Overridden from UHLODBuilder
| Type | Name | Description | |
|---|---|---|---|
| TArray< UActorComponent * > | Build
(
const FHLODBuildContext& InHLODBuildContext, |
Components created with this method need to be properly outered & assigned to your target actor. | |
| uint32 | ComputeHLODHash
(
const UActorComponent* InSourceComponent |
For a given component, compute a unique hash from the properties that are relevant to HLOD generation. |