EValidityCheckFailMode

EValidityCheckFailMode is passed to CheckValidity() functions of various classes to specify how validity checks should fail.

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/GeometryTypes.h

Include

#include "GeometryTypes.h"

Syntax

enum EValidityCheckFailMode
{
    ReturnOnly    = 0,
    Check         = 1,
    Ensure        = 2,
}

Values

Name

Description

ReturnOnly

Function returns false if a failure is encountered

Check

Function check()'s if a failure is encountered

Ensure

Function ensure()'s if a failure is encountered

Remarks

EValidityCheckFailMode is passed to CheckValidity() functions of various classes to specify how validity checks should fail.

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