Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseBehaviors > API/Runtime/InteractiveToolsFramework/BaseBehaviors/Widgets
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterface
- UWidgetBaseBehavior
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseBehaviors/Widgets/WidgetBaseBehavior.h |
| Include | #include "BaseBehaviors/Widgets/WidgetBaseBehavior.h" |
Syntax
class UWidgetBaseBehavior : public UInterface
Remarks
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.