Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
| Name | SDynamicLayoutBox |
| Type | class |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/Widgets/SDynamicLayoutBox.h |
| Include Path | #include "Widgets/SDynamicLayoutBox.h" |
Syntax
class SDynamicLayoutBox : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SDynamicLayoutBox
- FSlateControlledConstruction → SWidget → SCompoundWidget → SDynamicLayoutBox
Classes
| Name | Remarks |
|---|---|
| FNamedWidgetProvider |
Structs
| Name | Remarks |
|---|---|
| FArguments |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnChooseLayout | TBaseDelegate_NoParams< FName > | Widgets/SDynamicLayoutBox.h | |
| FOnGenerateNamedLayout | TBaseDelegate_TwoParams< TSharedRef< SWidget >, FName, const FNamedWidgetProvider & > | Widgets/SDynamicLayoutBox.h | |
| FOnGenerateNamedWidget | TBaseDelegate_OneParam< TSharedRef< SWidget >, FName > | Widgets/SDynamicLayoutBox.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ChooseLayout | FOnChooseLayout | Widgets/SDynamicLayoutBox.h | ||
| CurrentLayout | TOptional< FName > | Widgets/SDynamicLayoutBox.h | ||
| GenerateNamedLayout | FOnGenerateNamedLayout | Widgets/SDynamicLayoutBox.h | ||
| NamedWidgetProvider | FNamedWidgetProvider | Widgets/SDynamicLayoutBox.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Widgets/SDynamicLayoutBox.h |
Overridden from SWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Tick
(
const FGeometry& AllottedGeometry, |
Widgets/SDynamicLayoutBox.h |