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