Navigation
API > API/Plugins > API/Plugins/NiagaraShader
Records necessary information to give UI cues for errors/logs/warnings during compile.
| Name | FNiagaraCompileEvent |
| Type | struct |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraShader/Public/NiagaraShared.h |
| Include Path | #include "NiagaraShared.h" |
Syntax
USTRUCT ()
struct FNiagaraCompileEvent
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| NiagaraShared.h | |||
FNiagaraCompileEvent
(
FNiagaraCompileEventSeverity InSeverity, |
NiagaraShared.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Message | FString | The message itself | NiagaraShared.h | |
| NodeGuid | FGuid | The node guid that generated the compile event | NiagaraShared.h | |
| PinGuid | FGuid | The pin persistent id that generated the compile event | NiagaraShared.h | |
| Severity | FNiagaraCompileEventSeverity | Whether or not this is an error, warning, or info | NiagaraShared.h | |
| ShortDescription | FString | A short, optional description of the event. | NiagaraShared.h | |
| Source | FNiagaraCompileEventSource | The source of the compile event for partial invalidation purposes. | NiagaraShared.h | |
| StackGuids | TArray< FGuid > | The compile stack frame of node id's | NiagaraShared.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FNiagaraCompileEvent& Other |
NiagaraShared.h |