Navigation
API > API/Runtime > API/Runtime/GeometryCore
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.
| Name | UE::Geometry::EOperationValidationResult |
| Type | enum |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/GeometryTypes.h |
| Include Path | #include "GeometryTypes.h" |
Syntax
namespace UE
{
namespace Geometry
{
enum EOperationValidationResult
{
Ok = 0,
Failed_UnknownReason = 1,
Failed_InvalidTopology = 2,
}
}
}
Values
| Name | Remarks |
|---|---|
| Ok | |
| Failed_UnknownReason | |
| Failed_InvalidTopology |