![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ProgressCancel.h>
Public Member Functions | |
| FGeometryError () | |
| FGeometryError (int32 Code, const FText &MessageIn) | |
Public Attributes | |
| int32 | ErrorCode = 0 |
| FText | Message |
| FDateTime | Timestamp |
| TArray< unsigned char > | CustomData |
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.
|
inline |
| int32 UE::Geometry::FGeometryError::ErrorCode = 0 |
| FText UE::Geometry::FGeometryError::Message |
| FDateTime UE::Geometry::FGeometryError::Timestamp |