Navigation
API > API/Plugins > API/Plugins/ModelingEditorUI > API/Plugins/ModelingEditorUI/ModelingWidgets
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- STickDelegateWidget
References
| Module | ModelingEditorUI |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/ModelingEditorUI/Public/ModelingWidgets/STickDelegateWidget.h |
| Include | #include "ModelingWidgets/STickDelegateWidget.h" |
Syntax
class STickDelegateWidget : public SCompoundWidget
Remarks
Simple widget that calls its OnTickDelegate in its Tick function, to allow for custom tick behavior via composition instead of having to create a class and override the method, for instance when creating custom slate in-line somewhere.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnTick | OnTickDelegate |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| void | Ticks this widget with Geometry. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |
Typedefs
| Name | Description |
|---|---|
| FOnTick |