12 lines
274 B
C++
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)
|
|
{
|
|
}
|
|
|