Navigation
API > API/Developer > API/Developer/WidgetRegistration > API/Developer/WidgetRegistration/Common
Inheritance Hierarchy
- FLabelAndIconArgs
- FBuilderInput
References
| Module | WidgetRegistration |
| Header | /Engine/Source/Developer/WidgetRegistration/Public/Common/BuilderTypes.h |
| Include | #include "Common/BuilderTypes.h" |
Syntax
class FLabelAndIconArgs
Remarks
A class which provides a parameter object for builders consisting of an FText Label and a FSlateIcon icon
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSlateIcon | Icon | ||
| FText | Label |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLabelAndIconArgs
(
FText InLabel, |