Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
A single compile event produced during Niagara script translation/compilation.
| Name | FNiagaraExt_CompileEvent |
| Type | struct |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraExternalSystemEditorUtilities.h |
| Include Path | #include "NiagaraExternalSystemEditorUtilities.h" |
Syntax
USTRUCT (BlueprintInternalUseOnly)
struct FNiagaraExt_CompileEvent
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bFromScriptDependency | bool | True if this event originated on a dependency script and propagated to this one, rather than being raised directly by this script's own compile. | NiagaraExternalSystemEditorUtilities.h |
|
| Message | FString | The compile event message. | NiagaraExternalSystemEditorUtilities.h |
|
| NodeGuid | FGuid | Guid of the node that produced this event (may be zero if not associated with a node). | NiagaraExternalSystemEditorUtilities.h |
|
| PinGuid | FGuid | Guid of the pin that produced this event (may be zero). | NiagaraExternalSystemEditorUtilities.h |
|
| Severity | ENiagaraExt_CompileEventSeverity | NiagaraExternalSystemEditorUtilities.h |
|
|
| ShortDescription | FString | Optional short description for the event. | NiagaraExternalSystemEditorUtilities.h |
|