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 FGeometryWarning
Remarks
FGeometryWarning represents a warning code/message emitted by a geometry operation. The intention of Warnings is that they are non-fatal, IE an operation might successfully complete but still emit Warnings
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< unsigned char > | CustomData | ||
| FText | Message | ||
| FDateTime | Timestamp | ||
| int32 | WarningCode |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGeometryWarning
(
int32 Code, |