Navigation
API > API/Plugins > API/Plugins/OptimusCore
References
| Module | OptimusCore |
| Header | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Public/OptimusDiagnostic.h |
| Include | #include "OptimusDiagnostic.h" |
Syntax
struct FOptimusCompilerDiagnostic
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | AbsoluteFilePath | Absolute path to file associated with this diagnostic. | |
| int32 | ColumnEnd | Ending column (inclusive) | |
| int32 | ColumnStart | Starting column (inclusive) | |
| EOptimusDiagnosticLevel | Level | The severity of the issue. | |
| int32 | Line | Line location in source. | |
| FText | Message | The actual diagnostic message. | |
| TWeakObjectPtr< const UObject > | Object | UObject associated with this diagnostic. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Operators
| Type | Name | Description | |
|---|---|---|---|
| FOptimusCompilerDiagnostic & | operator=
(
const FOptimusCompilerDiagnostic& |