Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
IWidgetBaseBehavior is an interface for tools that can modify / extend various step of a widget.
If implementing this interface, please consider incrementing the LayerId if needed when overriding OnPaint.
| Name | UWidgetBaseBehavior |
| Type | class |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseBehaviors/Widgets/WidgetBaseBehavior.h |
| Include Path | #include "BaseBehaviors/Widgets/WidgetBaseBehavior.h" |
Syntax
class UWidgetBaseBehavior : public UInterface
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterface → UWidgetBaseBehavior