EMorphologyOp

Morphology operation types

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Implicit/Morphology.h

Include

#include "Implicit/Morphology.h"

Syntax

enum EMorphologyOp
{
    Dilate      = 0,
    Contract    = 1,
    Close       = 2,
    Open        = 3,
}

Values

Name

Description

Dilate

Expand the shapes outward

Contract

Shrink the shapes inward

Close

Dilate and then contract, to delete small negative features (sharp inner corners, small holes)

Open

Contract and then dilate, to delete small positive features (sharp outer corners, small isolated pieces)

Remarks

Morphology operation types

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