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