Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/Widgets
Inheritance Hierarchy
- SCompoundWidget
- FSelfRegisteringEditorUndoClient
- SNiagaraSelectedObjectsDetails
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/Widgets/SNiagaraSelectedObjectsDetails.h |
| Include | #include "Widgets/SNiagaraSelectedObjectsDetails.h" |
Syntax
class SNiagaraSelectedObjectsDetails :
public SCompoundWidget,
public FSelfRegisteringEditorUndoClient
Remarks
A widget for viewing and editing a set of selected objects with a details panel.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs, |
||
| void | Construct
(
const FArguments& InArgs, |
||
| FOnFinishedChangingProperties & | Delegate to know when one of the properties has been changed. | ||
| void | Fully regenerates the details view. | ||
| void |
Overridden from FEditorUndoClient
| Type | Name | Description | |
|---|---|---|---|
| void | PostRedo
(
bool bSuccess |
Signal that client should run any PostRedo code | |
| void | PostUndo
(
bool bSuccess |
Signal that client should run any PostUndo code |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |