Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Util
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Util/ProgressCancel.h |
| Include | #include "Util/ProgressCancel.h" |
Syntax
struct FGeometryError
Remarks
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.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< unsigned char > | CustomData | ||
| int32 | ErrorCode | ||
| FText | Message | ||
| FDateTime | Timestamp |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGeometryError
(
int32 Code, |