Files
UnrealEngine/Engine/Plugins/Experimental/Water/Source/Runtime/Private/WaterBodyHeightmapSettings.cpp
2025-05-18 13:04:45 +08:00

12 lines
274 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "WaterBodyHeightmapSettings.h"
#include UE_INLINE_GENERATED_CPP_BY_NAME(WaterBodyHeightmapSettings)
FWaterBodyHeightmapSettings::FWaterBodyHeightmapSettings()
: BlendMode(EWaterBrushBlendType::AlphaBlend)
{
}