UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Geometry::FGeometryError Struct Reference

#include <ProgressCancel.h>

Public Member Functions

 FGeometryError ()
 
 FGeometryError (int32 Code, const FText &MessageIn)
 

Public Attributes

int32 ErrorCode = 0
 
FText Message
 
FDateTime Timestamp
 
TArray< unsigned charCustomData
 

Detailed Description

FGeometryError represents an error code/message emitted by a geometry operation. The intention of Errors is that they are fatal, IE if an operation emits Errors then it did not complete successfully. If that is not the case, use a FGeometryWarning instead.

Constructor & Destructor Documentation

◆ FGeometryError() [1/2]

UE::Geometry::FGeometryError::FGeometryError ( )
inline

◆ FGeometryError() [2/2]

UE::Geometry::FGeometryError::FGeometryError ( int32  Code,
const FText MessageIn 
)
inline

Member Data Documentation

◆ CustomData

TArray<unsigned char> UE::Geometry::FGeometryError::CustomData

◆ ErrorCode

int32 UE::Geometry::FGeometryError::ErrorCode = 0

◆ Message

FText UE::Geometry::FGeometryError::Message

◆ Timestamp

FDateTime UE::Geometry::FGeometryError::Timestamp

The documentation for this struct was generated from the following file: