UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Geometry::FGeometryWarning Struct Reference

#include <ProgressCancel.h>

Public Member Functions

 FGeometryWarning ()
 
 FGeometryWarning (int32 Code, const FText &MessageIn)
 

Public Attributes

int32 WarningCode = 0
 
FText Message
 
FDateTime Timestamp
 
TArray< unsigned charCustomData
 

Detailed Description

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

Constructor & Destructor Documentation

◆ FGeometryWarning() [1/2]

UE::Geometry::FGeometryWarning::FGeometryWarning ( )
inline

◆ FGeometryWarning() [2/2]

UE::Geometry::FGeometryWarning::FGeometryWarning ( int32  Code,
const FText MessageIn 
)
inline

Member Data Documentation

◆ CustomData

TArray<unsigned char> UE::Geometry::FGeometryWarning::CustomData

◆ Message

FText UE::Geometry::FGeometryWarning::Message

◆ Timestamp

FDateTime UE::Geometry::FGeometryWarning::Timestamp

◆ WarningCode

int32 UE::Geometry::FGeometryWarning::WarningCode = 0

The documentation for this struct was generated from the following file: