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.

Choose your operating system:

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 : This is to make sure that the RTWorldLocation / RTWorldSizeVector MPC params can be serialized and set at runtime on the Water MPC.