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