FMaterialUtilities::ExportLandscapeMaterial

Flattens specified landscape material

Windows
MacOS
Linux

References

Module

MaterialUtilities

Header

/Engine/Source/Developer/MaterialUtilities/Public/MaterialUtilities.h

Include

#include "MaterialUtilities.h"

Source

/Engine/Source/Developer/MaterialUtilities/Private/MaterialUtilities.cpp

Syntax

static bool ExportLandscapeMaterial
(
    ALandscapeProxy * InLandscape,
    const TSet< FPrimitiveComponentId > & HiddenPrimitives,
    FFlattenMaterial & OutFlattenMaterial
)

Remarks

Flattens specified landscape material

Returns

Whether operation was successful

Parameters

Parameter

Description

InLandscape

Target landscape

HiddenPrimitives

Primitives to hide while rendering scene to texture

OutFlattenMaterial

Output flattened material

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