Navigation
API > API/Plugins > API/Plugins/Niagara
Container for Refresh/Invalidate method delegates passed to all Widgets which may selectively Refresh/Invalidate other widgets in the script toolkit.
| Name | FScriptToolkitUIContext |
| Type | struct |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraToolkitCommon.h |
| Include Path | #include "NiagaraToolkitCommon.h" |
Syntax
struct FScriptToolkitUIContext
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| NiagaraToolkitCommon.h | |||
FScriptToolkitUIContext
(
const FSimpleDelegate& InRefreshParameterPanelDelegate, |
NiagaraToolkitCommon.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| RefreshParameterDefinitionsPanelDelegate | FSimpleDelegate | NiagaraToolkitCommon.h | ||
| RefreshParameterPanelDelegate | FSimpleDelegate | NiagaraToolkitCommon.h | ||
| RefreshSelectionDetailsViewPanelDelegate | FSimpleDelegate | NiagaraToolkitCommon.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RefreshParameterDefinitionsPanel() |
NiagaraToolkitCommon.h | ||
void RefreshParameterPanel() |
NiagaraToolkitCommon.h | ||
void RefreshSelectionDetailsViewPanel() |
NiagaraToolkitCommon.h |