EOperationValidationResult

EOperationValidationResult is meant to be returned by Validate() functions of Operation classes (eg like ExtrudeMesh, etc) to indicate whether the operation can be successfully applied.

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

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

Include

#include "GeometryTypes.h"

Syntax

enum EOperationValidationResult
{
    Ok                        = 0,
    Failed_UnknownReason      = 1,
    Failed_InvalidTopology    = 2,
}

Values

Name

Description

Ok

Failed_UnknownReason

Failed_InvalidTopology

Remarks

EOperationValidationResult is meant to be returned by Validate() functions of Operation classes (eg like ExtrudeMesh, etc) to indicate whether the operation can be successfully applied.

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