Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
| Name | SNiagaraLibraryOnlyToggleHeader |
| Type | class |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/Widgets/SNiagaraLibraryOnlyToggleHeader.h |
| Include Path | #include "Widgets/SNiagaraLibraryOnlyToggleHeader.h" |
Syntax
class SNiagaraLibraryOnlyToggleHeader : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SNiagaraLibraryOnlyToggleHeader
- FSlateControlledConstruction → SWidget → SCompoundWidget → SNiagaraLibraryOnlyToggleHeader
Structs
| Name | Remarks |
|---|---|
| FArguments |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnLibraryOnlyChanged | TBaseDelegate_OneParam< void, bool > | Widgets/SNiagaraLibraryOnlyToggleHeader.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ActionMenuWeak | TWeakPtr< SGraphActionMenu > | Widgets/SNiagaraLibraryOnlyToggleHeader.h | ||
| LibraryOnly | TAttribute< bool > | Widgets/SNiagaraLibraryOnlyToggleHeader.h | ||
| LibraryOnlyChanged | FOnLibraryOnlyChanged | Widgets/SNiagaraLibraryOnlyToggleHeader.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Widgets/SNiagaraLibraryOnlyToggleHeader.h | ||
void SetActionMenu
(
TSharedRef< SGraphActionMenu > InActionMenu |
@Todo: Since new menus are making use of the SItemSelector instead of the graph menu, we should get rid of this once we clean up all dependencies | Widgets/SNiagaraLibraryOnlyToggleHeader.h |