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