Choose your operating system:
Windows
macOS
Linux
Name |
Description |
|
---|---|---|
|
FAuto |
Structure for size parameters with SizeRule = SizeRule_Auto. |
|
FInvisibleToWidgetReflectorMetaData |
When using the widget reflector, it may be necessary to make some widgets non-pickable, like the debug canvas. |
|
FNavigationMetaData |
Metadata to override the navigation behavior or regular SWidget |
|
FOptionalSize |
Structure for optional floating point sizes. |
|
FPaintArgs |
SWidget::OnPaint and SWidget::Paint use FPaintArgs as their sole parameter in order to ease the burden of passing through multiple fields. |
|
FReflectionMetaData |
Reflection meta-data that can be used by the widget reflector to determine additional information about slate widgets that are constructed by UObject classes for UMG. |
|
FSimulatedNavigationMetaData |
Navigation meta data to used when using the Navigation Event Simulator The OnNavigation function is not call by default on the widget, unless specified with "IsOnNavigationConst". |
|
FSizeParam |
Base structure for size parameters. |
|
FSlateAttributeBase |
Base struct of all SlateAttribute type. |
|
FSlateAttributeDescriptor |
Describes the static information about a Widget's type SlateAttributes. |
|
FSlateAttributeMetaData |
|
|
FStretch |
Structure for size parameters with SizeRule = SizeRule_Stretch. |
|
FTagMetaData |
Simple tagging metadata |
|
FTrackedMetaData |
MetaData used to add and remove widgets to the Slate Widget Tracker for the specified tags. |
|
ISlateMetaData |
Base class for all slate metadata |
|
TSlateAttributeComparePredicate |
Default predicate to compare of Object for SlateAttribute. |
|
TSlateAttributeFTextComparePredicate |
Default predicate to compare FText. |
|
TSlateAttributeInvalidationReason |
Predicate that returns the InvalidationReason defined as argument type. |
|
TSlateDeprecatedTAttribute |
A structure used to help the user identify deprecated TAttribute that are now TSlateAttribute. |
Name |
Description |
---|---|
FNoReplyPointerEventHandler |
|
FPointerEventHandler |
Delegate type for handling mouse events |
FSimpleNoReplyPointerEventHandler |
|
FSlateAttributeInitializer |
|
FSlateWidgetSlotAttributeInitializer |
Name |
Description |
|
---|---|---|
|
EActiveTimerReturnType |
Return type for FWidgetActiveTimerDelegate. Don't expose to blueprints. |
|
EButtonClickMethod::Type |
Enumerates different methods that a button click can be triggered. |
|
EButtonPressMethod::Type |
Enumerates different methods that a button can be triggered with keyboard/controller. |
|
EButtonTouchMethod::Type |
Ways in which touch interactions trigger a "Clicked" event. |
|
EHorizontalAlignment |
Enumerates horizontal alignment options, i.e. for widget slots. |
|
EMenuPlacement |
Enumerates possible placements for pop-up menus. |
|
ENavigationGenesis |
Enumerates the genesis of the navigation, where generated the navigation |
|
ENavigationSource |
Enumerates the source of the navigation |
|
EOrientation |
Enumerates widget orientations. |
|
EScrollDirection |
Enumerates scroll directions. |
|
ESelectInfo::Type |
Additional information about a selection event |
|
ETextCommit::Type |
Additional information about a text committal |
|
EUINavigation |
Navigation context for event |
|
EUINavigationAction |
Generic UI navigation action that are usually bound to a gamepad or other input device |
|
EVerticalAlignment |
Enumerates vertical alignment options, i.e. for widget slots. |
Name | Description | ||
---|---|---|---|
|
float |
GetGlobalScrollAmount() |
Name | Description | ||
---|---|---|---|
|
GlobalScrollAmount |
How much to scroll for each click of the mouse wheel (in Slate Screen Units). |
|
|
float |
GSlateContrast |