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