Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
A single auto-fix action associated with a stack issue. Style == Fix means the action can be applied programmatically via ApplyStackIssueFix. Style == Link is a navigation hint for a human user (e.g. "open this asset") and cannot be triggered by tool calls; ApplyStackIssueFix will refuse and return bApplied == false.
| Name | FNiagaraExt_StackIssueFix |
| Type | struct |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraExternalSystemEditorUtilities.h |
| Include Path | #include "NiagaraExternalSystemEditorUtilities.h" |
Syntax
USTRUCT (BlueprintInternalUseOnly)
struct FNiagaraExt_StackIssueFix
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Description | FString | Human-readable description of what this fix does. | NiagaraExternalSystemEditorUtilities.h |
|
| FixId | FString | Unique identifier for this fix, used as the FixId parameter in ApplyStackIssueFix. | NiagaraExternalSystemEditorUtilities.h |
|
| Style | ENiagaraExt_StackIssueFixStyle | Fix = can be applied programmatically via ApplyStackIssueFix. | NiagaraExternalSystemEditorUtilities.h |
|