Navigation
API > API/Plugins > API/Plugins/WidgetEditorToolPalette
Settings UObject for UCreateWidgetTool. This UClass inherits from UInteractiveToolPropertySet, which provides an OnModified delegate that the Tool will listen to for changes in property values.
| Name | UCreateWidgetToolProperties |
| Type | class |
| Header File | /Engine/Plugins/Experimental/WidgetEditorToolPalette/Source/WidgetEditorToolPalette/Public/DefaultTools/CreateWidgetTool.h |
| Include Path | #include "DefaultTools/CreateWidgetTool.h" |
Syntax
UCLASS (Transient)
class UCreateWidgetToolProperties : public UInteractiveToolPropertySet
Inheritance Hierarchy
- FWatchablePropertySet → UInteractiveToolPropertySet → UCreateWidgetToolProperties
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveToolPropertySet → UCreateWidgetToolProperties
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UCreateWidgetToolProperties() |
DefaultTools/CreateWidgetTool.h |