FValidityOptions

Options for what the validity check will permit

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Public/DynamicMesh3.h

Include

#include "DynamicMesh3.h"

Syntax

struct FValidityOptions

Remarks

Options for what the validity check will permit

Variables

Name Description

Public variable

bool

 

bAllowAdjacentFacesReverseOrientation

Public variable

bool

 

bAllowNonManifoldVertices

Constructors

Name Description

Public function

FValidityOptions

(
    bool bAllowNonManifoldVertices,
    bool bAllowAdjacentFacesReverseOrie...
)

Construct validity checking options

Functions

Name Description

Public function Static

FValidityOpt...

 

Permissive()

Construct with most-permissive options that we still consider valid for processing

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