UWaterMeshComponent::SetLandscapeInfo

HACK [jonathan.bard] (start) : This is to make sure that the RTWorldLocation / RTWorldSizeVector MPC params can be serialized and set at runtime on the Water MPC.

Windows
MacOS
Linux

References

Module

Water

Header

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

Include

#include "WaterMeshComponent.h"

Source

/Engine/Plugins/Experimental/Water/Source/Runtime/Private/WaterMeshComponent.cpp

Syntax

void SetLandscapeInfo
(
    const FVector & InRTWorldLocation,
    const FVector & InRTWorldSizeVector
)

Remarks

HACK [jonathan.bard] (start) : This is to make sure that the RTWorldLocation / RTWorldSizeVector MPC params can be serialized and set at runtime on the Water MPC. It used to be handled by AWaterBrushManager, which is not available on client builds. This should be handled 1) not through a MPC and 2) not through a landscape-specific tool-only thing such as AWaterBrushManager :

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