Navigation
| Name | Slate |
| Type | Runtime |
| Location | /Engine/Source/Runtime/Slate/ |
| Module Build Rules | Slate.Build.cs |
Classes
| Name | Remarks |
|---|---|
| FActiveTextEditContextMenu | Manages the state for an active context menu |
| FAnalogCursor | A class that simulates a cursor driven by an analog stick. |
| FAnimatedAttributeManager | A central manager for animated attributes |
| FArrayPointer | |
| FBaseMenuBuilder | Base menu builder |
| FBaseTextLayoutMarshaller | |
| FBindingContext | Represents a context in which input bindings are valid |
| FButtonRowBuilder | Button grid builder |
| FCursorInfo | Store the information about the current cursor position |
| FCursorLineHighlighter | Run highlighter used to draw the cursor |
| FDefaultLayoutBlock | |
| FDefaultRichTextMarkupParser | |
| FDefaultRichTextMarkupWriter | |
| FDelayedDrag | Helper class to assist with delayed drag operations |
| FDriverIdMetaData | |
| FDriverMetaData | A static helper class which is used to easily construct various types of AutomationDriver specific SlateMetaData. |
| FExtender | |
| FGenericCommands | |
| FGenericPlatformTextField | |
| FGestureDetector | The gesture detector can simulate the detection of certain kinds of gestures that may or may not be available to be detected at the platform level. |
| FGlobalNotification | Class used to provide simple global notifications |
| FGlobalTabmanager | |
| FHyperlinkDecorator | |
| FImageDecorator | |
| FInertialScrollManager | A helper class to calculate inertial scrolling. |
| FInputBindingManager | Manager responsible for creating and processing input bindings. |
| FLayoutExtender | Class used for extending default layouts |
| FLinkedBoxManager | Manages a group of SLinkedBoxes that report the same size based on the largest size of any LinkedBoxes in this managed group. |
| FMenuBarBuilder | Menu bar builder |
| FMenuBuilder | Vertical menu builder |
| FMenuStack | Represents a stack of open menus. |
| FMoveCursor | Argument to the ITextEditorWidget::Move(); it decouples performing cursor movement and text highlighting actions from event handling. |
| FMultiBlock | MultiBlock (abstract). Wraps a "block" of useful UI functionality that can be added to a MultiBox. |
| FMultiBox | MultiBox. Contains a list of MultiBlocks that provide various functionality. |
| FMultiBoxBuilder | MultiBox builder |
| FMultiBoxSettings | |
| FNavigationConfig | This class is used to control which FKeys and analog axis should move focus. |
| FNullNavigationConfig | A navigation config that doesn't do any navigation. |
| FObservableArrayPointer | |
| FPlainTextLayoutMarshaller | Get/set the raw text to/from a text layout as plain text |
| FPopupSupport | Allow widgets to find out when someone clicked outside them. Currently needed by MenuAnchros. |
| FProxyTabmanager | |
| FRichTextLayoutMarshaller | Get/set the raw text to/from a text layout as rich text |
| FRichTextSyntaxHighlighterTextLayoutMarshaller | Get/set the raw text to/from a text layout, and also inject syntax highlighting for our rich-text markup |
| FScrollHelper | Utility class to handle scrolling |
| FScrollyZoomy | Utility class that adds scrolling and zooming functionality to a widget. |
| FShapedTextCache | Cache of shaped text |
| FSharedObservableArray | |
| FSlateApplication | |
| FSlateDefaultInputMapping | |
| FSlateEditableTextLayout | Class to handle the cached layout of SEditableText/SMultiLineEditableText by proxying around a FTextLayout |
| FSlateHyperlinkRun | |
| FSlateImageRun | |
| FSlateNotificationManager | A class which manages a group of notification windows |
| FSlatePasswordRun | |
| FSlateTextBlockLayout | Class to handle the cached layout of STextBlock/SRichTextBlock by proxying around a FTextLayout |
| FSlateTextHighlightRunRenderer | |
| FSlateTextLayout | |
| FSlateTextRun | |
| FSlateTextStrikeLineHighlighter | Run highlighter used to draw strikes |
| FSlateTextUnderlineLineHighlighter | Run highlighter used to draw underlines |
| FSlateUser | Slate's representation of an individual input-providing user. |
| FSlateVirtualUserHandle | Handle to a virtual user of slate. |
| FSlateWidgetRun | |
| FSlimHorizontalToolBarBuilder | |
| FSlimHorizontalUniformToolBarBuilder | |
| FSpawnTabArgs | |
| FSyntaxHighlighterTextLayoutMarshaller | Get/set the raw text to/from a text layout, and also inject syntax highlighting |
| FSyntaxTokenizer | Tokenize the text based upon the given rule set |
| FTabCommands | |
| FTabManager | |
| FTextCompositionHighlighter | Run highlighter used to draw the composition range |
| FTextLayout | |
| FTextSearchHighlighter | Run highlighter used to draw search ranges |
| FTextSelection | |
| FTextSelectionHighlighter | Run highlighter used to draw selection ranges |
| FToolBarBuilder | Tool bar builder |
| FToolBarButtonBlock | Tool bar button MultiBlock |
| FToolBarComboButtonBlock | Tool bar combo button MultiBlock |
| FToolBarStackButtonBlock | Tool bar combo button MultiBlock, but toggleable. |
| FTwinStickNavigationConfig | A Navigation config that supports UI Navigation with both analog sticks + D-Pad. |
| FUICommandDragDropOp | A drag drop operation for UI Commands |
| FUICommandInfo | |
| FUICommandInfoDecl | |
| FUICommandList | |
| FUniformToolBarBuilder | |
| FUniformToolbarButtonBlock | Horizontal Button Row MultiBlock |
| FVerticalToolBarBuilder | |
| FWidgetDecorator | |
| FWidgetLayoutBlock | |
| FWorkspaceItem | |
| SAppIconWidget | Widget that represents the app icon + system menu button, usually drawn in the top left of a Windows app |
| SBackgroundBlur | A BackgroundBlur is similar to a Border in that it can be used to contain other widgets. |
| SBorder | A border is an widget that can be used to contain other widgets. |
| SBox | SBox is the simplest layout element. |
| SBreadcrumbTrail | A breadcrumb trail. Allows the user to see their currently selected path and navigate upwards. |
| SBreadcrumbTrailBase | Base class for breadcrumb trail holding methods which are not dependent on the crumb data type. |
| SButton | Slate's Buttons are clickable Widgets that can contain arbitrary widgets as its Content(). |
| SCanvas | Canvas is a layout widget that allows you to arbitrary position and size child widgets in a relative coordinate space |
| SCheckBox | Check box Slate control |
| SCircularThrobber | A throbber widget that orients images in a spinning circle. |
| SColorBlock | |
| SColorGradingWheel | Implements the color wheel widget. |
| SColorSpectrum | Implements the color spectrum widget. |
| SColorWheel | Implements the color wheel widget. |
| SComboBox | A combo box that shows arbitrary content. |
| SComboButton | A button that, when clicked, brings up a popup. |
| SComboRow | |
| SComplexGradient | Implements a Slate widget that renders a color gradient consisting of multiple stops. |
| SConstraintCanvas | ConstraintCanvas is a layout widget that allows you to arbitrary position and size child widgets in a relative coordinate space. |
| SDockTab | A tab widget that also holds on to some content that should be shown when this tab is selected. |
| SDPIScaler | Controls the DPI scale of its content. |
| SEditableComboBox | Implements an editable combo box. |
| SEditableLabel | |
| SEditableText | Editable text widget |
| SEditableTextBox | Editable text box widget |
| SEnableBox | A SEnableBox contains a widget that is lied to about whether the parent hierarchy is enabled or not, being told the parent is always enabled |
| SErrorHint | |
| SErrorText | Implements a widget that displays an error text message. |
| SExpandableArea | Represents an expandable area of content |
| SExpandableButton | A button that can either be collapsed or expanded, containing different content in each state. |
| SExpanderArrow | Expander arrow and indentation component that can be placed in a TableRow of a TreeView. |
| SFxWidget | Enables visual effects (zooming, sliding, fading, etc.) to be applied to arbitrary widget content. |
| SGridPanel | |
| SHeader | A heading for a section of content. Looks like this: ---- Content ----- |
| SHeaderRow | The header that appears above lists and trees when they are showing multiple columns. |
| SHyperlink | A hyperlink widget is what you would expect from a browser hyperlink. |
| SInlineEditableTextBlock | Slate's InlineEditableTextBlock's are double selectable to go from a STextBlock to become SEditableTextBox. |
| SInputKeySelector | A widget for selecting keys or input chords. |
| SInvalidationPanel | |
| SLayer | |
| SLayerManager | |
| SLinkableScrollBar | |
| SLinkedBox | A panel that |
| SListView | A ListView widget observes an array of data items and creates visual representations of these items. |
| SMenuAnchor | A PopupAnchor summons a Popup relative to its content. |
| SMenuOwner | Any widget that wants to own lists of items that may have sub-menus that should be handled in the same way as multibox menus (mouse can cross other items without sub-menu closing) |
| SMissingWidget | Like a null widget, but visualizes itself as being explicitly missing. |
| SMultiBlockBaseWidget | MultiBlock Slate base widget (pure virtual). |
| SMultiBoxWidget | MultiBox Slate widget |
| SMultiColumnTableRow | |
| SMultiLineEditableText | An editable text widget that supports multiple lines and soft word-wrapping. |
| SMultiLineEditableTextBox | Editable text box widget |
| SNotificationBackground | |
| SNotificationItem | Interface class for an item in the event message list. |
| SNotificationList | A list of non-intrusive messages about the status of currently active work. |
| SNumericDropDown | A widget which allows the user to enter a digit or choose a number from a drop down menu. |
| SNumericEntryBox | Implementation for a box that only accepts a numeric value or that can display an undetermined value via a string Supports an optional spin box for manipulating a value by dragging with the mouse Supports an optional label inset in the text box |
| SNumericRotatorInputBox | FRotator Slate control |
| SNumericVectorInputBox | Vector Slate control |
| SPopup | A popup's contents show up on top of other things. |
| SPopupErrorText | |
| SProgressBar | A progress bar widget. |
| SRadialBox | Arranges widgets in a circular fashion |
| SResponsiveGridPanel | !!!!!!!!!!!!!!!!! EXPERIMENTAL !!!!!!!!!!!!!!!!! |
| SRichTextBlock | A rich static text widget. |
| SRichTextHyperlink | |
| SSafeZone | Here's how you could make use of TitleSafe and ActionSafe areas: |
| SScaleBox | Allows you to place content with a desired size and have it scale to meet the constraints placed on this box's alloted area. |
| SScissorRectBox | A ScissorRectBox is a widget that clips all its children using a scissor rect that matches it clipping rect in LAYOUT SPACE (the way it is provided in OnPaint). |
| SScrollBar | |
| SScrollBarTrack | Arrange 3 widgets: the top track, bottom track, and thumb. |
| SScrollBorder | Shows a border above and below a scrollable area. |
| SScrollBox | SScrollBox can scroll through an arbitrary number of widgets. |
| SScrollPanel | |
| SSearchBox | A text box that is used for searching. |
| SSegmentedControl | A Slate Segmented Control is functionally similar to a group of Radio Buttons. |
| SSeparator | |
| SSimpleGradient | Implements a Slate widget that renders a simple color gradient. |
| SSlider | A Slate slider control is a linear scale and draggable handle. |
| SSpacer | |
| SSpinBox | A Slate SpinBox resembles traditional spin boxes in that it is a widget that provides keyboard-based and mouse-based manipulation of a numeric value. |
| SSpinningImage | A widget that displays a spinning image. |
| SSplitter | SSplitter divides its allotted area into N segments, where N is the number of children it has. |
| SSplitter2x2 | SSplitter2x2 |
| SSubMenuHandler | Wrapper for any widget that is used in a table view that wants to handle sub-menus with the same functionality as a normal multibox menu |
| SSuggestionTextBox | Implements an editable text box that can show auto-complete histories and suggestions lists. |
| STabDrawer | A tab drawer is a widget that contains the contents of a widget when that widget is in a sidebar |
| STableRow | The ListView is populated by Selectable widgets. |
| STableViewBase | Contains ListView functionality that does not depend on the type of data being observed by the ListView. |
| STextBlock | A simple static text widget |
| STextComboBox | A combo box that shows text content. |
| STextComboPopup | Simple box containing a combobox of strings to pick from, usually used within a MenuStack |
| STextEntryPopup | Simple text entry popup, usually used within a MenuStack |
| STextScroller | Utility to wrap a single-line text widget (STextBlock or SRichTextBlock) and provide support for auto-scrolling the text if it's longer than the available space. |
| SThrobber | A throbber widget that uses 5 zooming circles in a row. |
| STileView | A TileView widget is a list which arranges its items horizontally until there is no more space then creates a new row. |
| SToolBarButtonBlock | Tool bar button MultiBlock widget |
| SToolBarComboButtonBlock | Tool bar button MultiBlock widget |
| SToolBarStackButtonBlock | Tool bar button MultiBlock widget |
| SToolTip | Slate tool tip widget |
| STooltipPresenter | Presents its content at the cursor's position. Tooltip avoids widget edges. |
| STreeView | This assumes you are familiar with SListView; see SListView. |
| SUniformGridPanel | A panel that evenly divides up available space between all of its children. |
| SUniformToolbarButtonBlock | |
| SUniformWrapPanel | A panel that evenly divides up available space between all of its children. |
| SViewport | |
| SVirtualJoystick | A virtual joystsick |
| SVirtualKeyboardEntry | |
| SVirtualWindow | |
| SVolumeControl | A Slate VolumeControl is a mute icon/button and volume slider. |
| SWeakWidget | Implements a widget that holds a weak pointer to one child widget. |
| SWidgetSwitcher | Implements a widget switcher. |
| SWindowTitleBar | Implements a window title bar widget. |
| SWindowTitleBarArea | |
| SWrapBox | With EOrientation::Orient_Horizontal Arranges widgets left-to-right. |
| TAnimatedAttribute | Animated Attribute object |
| TAnimatedAttributeBase | Animated Attribute Base Layer - used for registering the attribute centrally |
| TArriveAttributeInterpolator | An arrive attribute interpolator. Arrives smoothly at the desired value. |
| TAttributeInterpolator | Attribute Interpolator Base Class |
| TCommands | A base class for a set of commands. |
| TEasingAttributeInterpolator | An easing attribute interpolator. |
| TreeFilterHandler | Handles filtering and expanding a TreeView using an IFilter implementation. |
| TSlateDelegates | |
| TTableViewMetadata | |
| TVerletAttributeInterpolator | A verlet attribute interpolator. |
| UButtonWidgetStyle | |
| UCheckBoxWidgetStyle | |
| UComboBoxWidgetStyle | |
| UComboButtonWidgetStyle | |
| UEditableTextBoxWidgetStyle | |
| UEditableTextWidgetStyle | |
| UProgressWidgetStyle | |
| UScrollBarWidgetStyle | |
| UScrollBoxWidgetStyle | |
| USlateSettings | Settings that control Slate functionality |
| USpinBoxWidgetStyle | |
| UTextBlockWidgetStyle | |
| UToolMenuBase |
Structs
| Name | Remarks |
|---|---|
| FAnalogNavigationKey | Since we now support multiple analog values driving the same navigation axis, we need to key their repeat-state by both FKey and EUINavigation |
| FAnalogNavigationState | |
| FAnchors | Describes how a widget is anchored. |
| FButtonArgs | |
| FCachedShapedTextKey | Information representing a piece of shaped text |
| FCharRange | Represents a range of characters, specified by the Unicode code point of the first and last characters in the range, both included. |
| FCharRangeList | Represents a list of character ranges. |
| FCustomizedToolMenu | A menu customization is a specialization of menu profiles - that allows for advanced behavior such as modifying the order of sections/entries A menu can only have one customization active at a time |
| FCustomizedToolMenuEntry | |
| FCustomizedToolMenuHierarchy | Structure to describe the menu customization for the whole hierarchy of a menu |
| FCustomizedToolMenuNameArray | |
| FCustomizedToolMenuSection | |
| FInputChord | An Input Chord is a key and the modifier keys that are to be held with it. |
| FInputPreprocessorRegistration | |
| FInputPreprocessorRegistrationKey | |
| FItemInfo | Info needed by every visible item in the tree |
| FLayoutBlockTextContext | The context needed when creating a block from a run of a text |
| FLayoutSaveRestore | |
| FMarqueeRect | A convenient representation of a marquee selection |
| FMenuEntryParams | Helper struct that holds FMenuEntry params for construction |
| FMenuEntryResizeParams | |
| FMenuEntryStyleParams | Contains various Style parameters and overrides. Not all are applicable to a given entry |
| FMinorTabConfig | |
| FMultiBoxCustomization | |
| FNotificationButtonInfo | Setup class to initialize buttons on a notification |
| FNotificationInfo | Setup class to initialize a notification. |
| ForwardedSlateItemsSourceArgument | |
| FOverscroll | Handles overscroll management. |
| FPopupTransitionEffect | Describes a simple animation for popup window introductions |
| FProgressNotificationHandle | Handle to an active progress notification. Used to update the notification |
| FRunInfo | |
| FRunTextContext | The context needed when performing text operations on a run of text |
| FScrollInfo | Information needed to be able to scroll to a given point |
| FShapedTextContext | The basic data needed when shaping a run of text |
| FSlateMaterialBrush | Dynamic brush for referencing a UMaterial. |
| FSparseItemInfo | Info needed by a (relatively) small fraction of the tree items; some of them may not be visible. |
| FTabId | |
| FTableViewDimensions | Scroll offset from the beginning of the list in items Abstracts away the need to distinguish between X or Y when calculating table layout elements |
| FTabSpawnerEntry | |
| FTextArgs | |
| FTextLineHighlight | |
| FTextLineParseResults | |
| FTextLocation | Location within the text model. |
| FTextRunInfo | |
| FTextRunParseResults | |
| FTextRunRenderer | |
| FTextScrollerOptions | |
| FToolMenuProfile | A menu profile is a way for systems to modify instances of a menu by showing/hiding specific items. |
| FToolMenuProfileHierarchy | Structure to describe a menu profile for the whole hierarchy of a menu |
| FUIAction | Implements an UI action. |
| FUIActionContext | Container of multiple 'IUIActionContextBase' context objects for FUIActions. |
| FUIContentContext | Context for generating content from a FUICommandInfo |
| FUIIdentifierContext | Context for generating identifiers such as icons, labels, and descriptions from a FUICommandInfo |
| FUndoState | Stores a single undo level for editable text |
| FUserNavigationState | |
| FVirtualKeyboardOptions | |
| INumericTypeInterface | Interface to provide specific functionality for dealing with a numeric type. |
| IUIActionContextBase | Base type for UI Action context object.Note: not using UObjects to avoid overhead. |
| TDefaultNumericTypeInterface | Default numeric type interface |
| TIsValidListItem | Lists/Trees only work with shared pointer types, and UObjbectBase*. |
| TListTypeTraits | Furthermore, ListViews of TSharedPtr<> work differently from lists of UObject*. |
| TNumericUnitTypeInterface | Numeric interface that specifies how to interact with a number in a specific unit. |
Interfaces
| Name | Remarks |
|---|---|
| IErrorReportingWidget | Interface for error reporting widgets. |
| IInputProcessor | Interface for a Slate Input Handler |
| IItemsSource | A generic container for TableView items. |
| ILayoutBlock | |
| ILineHighlighter | |
| IMenu | Represents a popup menu. |
| IMenuHost | |
| IMultiBlockBaseWidget | MultiBlock Slate widget interface |
| INotificationWidget | |
| IPlatformTextField | |
| IPlatformTextFieldFactory | |
| IProgressNotificationHandler | Base class for any handlers that display progress bars for progres notifications |
| IRichTextMarkupParser | |
| IRichTextMarkupWriter | |
| IRun | |
| IRunRenderer | |
| IScrollableWidget | An interface to allow Slate Widgets to expose scrollable functionality. |
| IScrollableZoomable | Interface for widgets that can be used with FScrollyZoomy. |
| ISlateEditableTextWidget | Interface to allow FSlateEditableTextLayout to notify its parent SEditableText/SMultiLineEditableText of changes, as well as query some widget specific state |
| ISlateInputManager | Interface for a Slate Input Mapping. |
| ISlateLineHighlighter | |
| ISlateRun | |
| ISlateRunRenderer | |
| ISlateTextLineHighlighter | Run highlighter used to draw lines |
| ISyntaxTokenizer | |
| ITableRow | Interface for table views to talk to their rows. |
| ITableViewMetadata | |
| ITextDecorator | |
| ITextLayoutMarshaller | Interface used to get/set the raw text to/from a text layout |
| ITypedTableView | Interface for container widgets to talk to the owner list, tree, or grid. |
| IVirtualKeyboardEntry | |
| IWidgetReflector | Interface for widget reflectors. |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FAccessAsset | TBaseDelegate_OneParam< bool, UObject * > | A Delegate for an asset object to access | Framework/SlateDelegates.h |
| FAccessAsset | TBaseDelegate_OneParam< bool, UObject * > | A Delegate for an asset object to access | Framework/Application/IWidgetReflector.h |
| FAccessSourceCode | TBaseDelegate_ThreeParams< bool, const FString &, int32, int32 > | A Delegate for passing along a string of a source code location to access | Framework/SlateDelegates.h |
| FAccessSourceCode | TBaseDelegate_ThreeParams< bool, const FString &, int32, int32 > | A Delegate for passing along a string of a source code location to access | Framework/Application/IWidgetReflector.h |
| FAreaExtension | TFunction< void(TSharedRef< FTabManager::FArea >)> | Framework/Docking/LayoutExtender.h | |
| FCanExecuteAction | TBaseDelegate_NoParams< bool > | Defines FCanExecuteAction delegate interface. Returns true when an action is able to execute. | Framework/Commands/UIAction.h |
| FCanSpawnTab | TBaseDelegate_OneParam< bool, const FSpawnTabArgs & > | Framework/Docking/TabManager.h | |
| FChordMap | TMap< FInputChord, FName > | Framework/Commands/InputBindingManager.h | |
| FCommandInfoMap | TMap< FName, TSharedPtr< FUICommandInfo > > | Framework/Commands/InputBindingManager.h | |
| FCreateSlateTextLayout | TBaseDelegate_TwoParams< TSharedRef< FSlateTextLayout >, SWidget *, const FTextBlockStyle & > | Framework/Text/SlateTextLayoutFactory.h | |
| FDragDropCheckingOverride | TBaseDelegate_NoParams< bool > | Framework/Application/SlateApplication.h | |
| FDragEventHandler | TBaseDelegate_TwoParams< void, const FGeometry &, const FDragDropEvent & > | Delegate type for handling OnDrop events | Framework/SlateDelegates.h |
| FDropEventHandler | TBaseDelegate_TwoParams< FReply, const FGeometry &, const FDragDropEvent & > | Delegate type for handling OnDrop events | Framework/SlateDelegates.h |
| FExecuteAction | TBaseDelegate_NoParams< void > | Defines FExecuteAction delegate interface | Framework/Commands/UIAction.h |
| FGetActionCheckState | TBaseDelegate_NoParams< ECheckBoxState > | Defines FGetActionCheckState delegate interface. Returns the ECheckBoxState for the action. | Framework/Commands/UIAction.h |
| FGetDecoratedButtonDelegate | TBaseDelegate_OneParam< TSharedRef< SWidget >, TSharedRef< SWidget > > | Delegate that takes the default toolbar button created by this as a parameter, adds any decorator needed and returns the new widget | Framework/MultiBox/SToolBarButtonBlock.h |
| FInputGesture | struct FInputChord | Was supposed to be deprecated in 4.8, but was never properly marked up | Framework/Commands/InputChord.h |
| FIsActionButtonVisible | TBaseDelegate_NoParams< bool > | Defines FIsActionButtonVisible delegate interface. | Framework/Commands/UIAction.h |
| FIsActionChecked | TBaseDelegate_NoParams< bool > | Defines FIsActionChecked delegate interface. Returns true if the action is currently toggled on. | Framework/Commands/UIAction.h |
| FIsSelected | TBaseDelegate_NoParams< bool > | Delegate for hooking up to an inline editable text block 'IsSelected' check. | Framework/SlateDelegates.h |
| FIsTabSupportedEvent | TMulticastDelegate_TwoParams< void, FTabId, bool & > | Framework/Docking/TabManager.h | |
| FMenuBarExtensionDelegate | TBaseDelegate_OneParam< void, class FMenuBarBuilder & > | Called on your extension to add new pull-down menus to a menu bar | Framework/MultiBox/MultiBoxExtender.h |
| FMenuExtensionDelegate | TBaseDelegate_OneParam< void, class FMenuBuilder & > | Called on your extension to add new menu items and sub-menus to a pull-down menu or context menu | Framework/MultiBox/MultiBoxExtender.h |
| FMenuList | TArray< TSharedPtr< IMenu >, TInlineAllocator< 4 > > | Framework/Application/MenuStack.h | |
| FMenuWindowList | TArray< TSharedPtr< SWindow > > | Framework/Application/MenuStack.h | |
| FModalWindowStackEnded | TBaseDelegate_NoParams< void > | Framework/Application/SlateApplication.h | |
| FModalWindowStackStarted | TBaseDelegate_NoParams< void > | Delegates for when modal windows open or close | Framework/Application/SlateApplication.h |
| FNewMenuDelegate | TBaseDelegate_OneParam< void, class FMenuBuilder & > | Delegate used by multi-box to call a user function to populate a new menu. | Framework/MultiBox/SToolBarButtonBlock.h |
| FNewMenuDelegate | TBaseDelegate_OneParam< void, class FMenuBuilder & > | Delegate used by multi-box to call a user function to populate a new menu. | Framework/MultiBox/MultiBoxBuilder.h |
| FOnActiveTabChanged | TMulticastDelegate_TwoParams< void, TSharedPtr< SDockTab >, TSharedPtr< SDockTab > > | Framework/Docking/TabManager.h | |
| FOnBeginTextEdit | TBaseDelegate_OneParam< void, const FText & > | Delegate for hooking up to an editable text box's 'OnBeginTextEdit' | Framework/SlateDelegates.h |
| FOnBindingContextChanged | TMulticastDelegate_OneParam< void, const FBindingContext & > | Framework/Commands/UICommandInfo.h | |
| FOnBooleanValueChanged | TBaseDelegate_OneParam< void, bool > | Notification for bool value change | Framework/SlateDelegates.h |
| FOnCheckStateChanged | TBaseDelegate_OneParam< void, ECheckBoxState > | Delegate that is executed when the check box state changes | Widgets/Input/SCheckBox.h |
| FOnClicked | TBaseDelegate_NoParams< FReply > | A delegate that is invoked when widgets want to notify a user that they have been clicked. | Framework/SlateDelegates.h |
| FOnClickedOutside | TBaseDelegate_NoParams< void > | Notification when user clicks outside a specified region. | Framework/SlateDelegates.h |
| FOnComboBoxOpened | TBaseDelegate_NoParams< void > | Widgets/Input/SComboButton.h | |
| FOnComboBoxOpening | TBaseDelegate_NoParams< void > | Widgets/Input/SComboBox.h | |
| FOnContextMenuOpening | TBaseDelegate_NoParams< TSharedPtr< SWidget > > | Delegate to call before a context menu is opened. | Framework/SlateDelegates.h |
| FOnDragDetected | TBaseDelegate_TwoParams< FReply, const FGeometry &, const FPointerEvent & > | Allows for loose coupling for OnDragDetect event handling. | Framework/SlateDelegates.h |
| FOnDragEnter | TBaseDelegate_TwoParams< void, const FGeometry &, const FDragDropEvent & > | Allows for loose coupling for OnDragEnter event handling. | Framework/SlateDelegates.h |
| FOnDragLeave | TBaseDelegate_OneParam< void, const FDragDropEvent & > | Allows for loose coupling for OnDragLeave event handling. | Framework/SlateDelegates.h |
| FOnDragOver | TBaseDelegate_TwoParams< FReply, const FGeometry &, const FDragDropEvent & > | Allows for loose coupling for OnDragOver event handling. | Framework/SlateDelegates.h |
| FOnDrawerClosed | TBaseDelegate_OneParam< void, TSharedRef< STabDrawer > > | Framework/Docking/STabDrawer.h | |
| FOnDrawerFocusLost | TBaseDelegate_OneParam< void, TSharedRef< STabDrawer > > | Framework/Docking/STabDrawer.h | |
| FOnDrawerTargetSizeChanged | TBaseDelegate_TwoParams< void, TSharedRef< STabDrawer >, float > | Framework/Docking/STabDrawer.h | |
| FOnDrop | TBaseDelegate_TwoParams< FReply, const FGeometry &, const FDragDropEvent & > | Allows for loose coupling for OnDrop event handling. | Framework/SlateDelegates.h |
| FOnFindTabToReuse | TBaseDelegate_OneParam< TSharedPtr< SDockTab >, const FTabId & > | Allows users to provide custom logic when searching for a tab to reuse. | Framework/Docking/TabManager.h |
| FOnFinishedScrolling | TBaseDelegate_NoParams< void > | Invoked when a list view has reached its target offset. | Framework/SlateDelegates.h |
| FOnFloatValueChanged | TBaseDelegate_OneParam< void, float > | Notification for float value change | Framework/SlateDelegates.h |
| FOnFloatValueCommitted | TBaseDelegate_TwoParams< void, float, ETextCommit::Type > | Notification for float value committed | Framework/SlateDelegates.h |
| FOnGetContent | TBaseDelegate_NoParams< TSharedRef< SWidget > > | Sometimes widgets ask for content to display; at those times they rely on this delegate. | Framework/SlateDelegates.h |
| FOnGetContextIcon | TBaseDelegate_NoParams< const FSlateIcon > | Delegate for dynamic generation of icons | Framework/Commands/Contexts/UIIdentifierContext.h |
| FOnGetContextText | TBaseDelegate_NoParams< const FText > | Delegate for dynamic generation of text | Framework/Commands/Contexts/UIIdentifierContext.h |
| FOnGetEditableComboBoxText | TBaseDelegate_NoParams< FString > | Delegate type for getting the editable combo box text. | Widgets/Input/SEditableComboBox.h |
| FOnGetMaxRowSizeForColumn | TBaseDelegate_TwoParams< FVector2D, const FName &, EOrientation > | Callback to fetch the max row width for a specified column id | Widgets/Views/SHeaderRow.h |
| FOnInt32ValueChanged | TBaseDelegate_OneParam< void, int32 > | Notification for int32 value change | Framework/SlateDelegates.h |
| FOnInt32ValueCommitted | TBaseDelegate_TwoParams< void, int32, ETextCommit::Type > | Notification for int32 value committed | Framework/SlateDelegates.h |
| FOnIsOpenChanged | TBaseDelegate_OneParam< void, bool > | Notification when popup is opened/closed. | Widgets/Input/SMenuAnchor.h |
| FOnIsTypedCharValid | TBaseDelegate_OneParam< bool, const TCHAR > | Delegate for validating typed-in characters in SEditableText. | Framework/SlateDelegates.h |
| FOnKeyChar | TBaseDelegate_TwoParams< FReply, const FGeometry &, const FCharacterEvent & > | A delegate for a callback during OnKeyChar from an SWidget | Framework/SlateDelegates.h |
| FOnKeyDown | TBaseDelegate_TwoParams< FReply, const FGeometry &, const FKeyEvent & > | A delegate for a callback during OnKeyDown from an SWidget | Framework/SlateDelegates.h |
| FOnKeyEvent | TBaseDelegate_OneParam< FReply, const FKeyEvent & > | Notification for when a key event occurs | Framework/SlateDelegates.h |
| FOnLinearColorValueChanged | TBaseDelegate_OneParam< void, FLinearColor > | Notification for FLinearColor value change | Framework/SlateDelegates.h |
| FOnMenuDestroyed | TMulticastDelegate_OneParam< void, const TSharedRef< IMenu > &InMenu > | Framework/Application/MenuStack.h | |
| FOnReadOnlyModeChanged | TMulticastDelegate_OneParam< void, bool > | Framework/Docking/TabManager.h | |
| FOnRegisterCommandList | TMulticastDelegate_TwoParams< void, const FName, TSharedRef< FUICommandList > > | Delegate for exposing new command lists to subscribers | Framework/Commands/InputBindingManager.h |
| FOnScrollBarVisibilityChanged | TBaseDelegate_OneParam< void, EVisibility > | ScrollOffset as a fraction between 0 and 1 | Widgets/Layout/SScrollBar.h |
| FOnScrollBoxFocusLost | TBaseDelegate_NoParams< void > | Widgets/Layout/SScrollBox.h | |
| FOnScrollBoxFocusReceived | TBaseDelegate_NoParams< void > | Widgets/Layout/SScrollBox.h | |
| FOnSelectionChangedDelegateVK | TBaseDelegate_NoParams< void > | Widgets/Input/IVirtualKeyboardEntry.h | |
| FOnSettingChanged | TMulticastDelegate_NoParams< void > | Widgets/Input/NumericTypeInterface.h | |
| FOnShowingHistory | TBaseDelegate_OneParam< void, TArray< FString > & > | Delegate type for showing the input history. | Widgets/Input/SSuggestionTextBox.h |
| FOnShowingSuggestions | TBaseDelegate_TwoParams< void, const FString &, TArray< FString > & > | Delegate type for showing a list of suggestions. | Widgets/Input/SSuggestionTextBox.h |
| FOnSortModeChanged | TBaseDelegate_ThreeParams< void, EColumnSortPriority::Type, const FName &, EColumnSortMode::Type > | Callback when sort mode changes | Widgets/Views/SHeaderRow.h |
| FOnSpawnTab | TBaseDelegate_OneParam< TSharedRef< SDockTab >, const FSpawnTabArgs & > | Invoked when a tab needs to be spawned. | Framework/Docking/TabManager.h |
| FOnTabEvent | TMulticastDelegate_OneParam< void, TSharedPtr< SDockTab > > | Framework/Docking/TabManager.h | |
| FOnTableRowDragEnter | TBaseDelegate_OneParam< void, FDragDropEvent const & > | Widgets/Views/STableRow.h | |
| FOnTableRowDragLeave | TBaseDelegate_OneParam< void, FDragDropEvent const & > | Widgets/Views/STableRow.h | |
| FOnTableRowDrop | TBaseDelegate_OneParam< FReply, FDragDropEvent const & > | Widgets/Views/STableRow.h | |
| FOnTableViewBadState | TBaseDelegate_NoParams< void > | Framework/SlateDelegates.h | |
| FOnTableViewScrolled | TBaseDelegate_OneParam< void, double > | Widgets/Views/STableViewBase.h | |
| FOnTextChanged | TBaseDelegate_OneParam< void, const FText & > | Delegate for hooking up to an editable text box's 'OnTextChanged' | Framework/SlateDelegates.h |
| FOnTextChosen | TBaseDelegate_OneParam< void, const FString & > | Widgets/Input/STextComboPopup.h | |
| FOnTextCommitted | TBaseDelegate_TwoParams< void, const FText &, ETextCommit::Type > | Delegate for hooking up to an editable text box's 'OnTextCommitted' | Framework/SlateDelegates.h |
| FOnUserDefinedChordChanged | TMulticastDelegate_OneParam< void, const FUICommandInfo & > | Delegate for alerting subscribers the input manager records a user-defined chord | Framework/Commands/InputBindingManager.h |
| FOnUserScrolled | TBaseDelegate_OneParam< void, float > | Widgets/Layout/SScrollBar.h | |
| FOnVector4ValueChanged | TBaseDelegate_OneParam< void, FVector4 & > | Notification for FVector4 value change | Framework/SlateDelegates.h |
| FOnVerifyTextChanged | TBaseDelegate_TwoParams< bool, const FText &, FText & > | A delegate for a callback whenever text is changed programmatically or interactively by the user, and has to be verified | Framework/SlateDelegates.h |
| FOnWidthChanged | TBaseDelegate_OneParam< void, float > | Callback when the width of the column changes | Widgets/Views/SHeaderRow.h |
| FOnWindowAction | TBaseDelegate_TwoParams< bool, const TSharedRef< FGenericWindow > &, EWindowAction::Type > | Delegate for when window action occurs (ClickedNonClientArea, Maximize, Restore, WindowMenu). | Framework/Application/SlateApplication.h |
| FPlatformTextField | FGenericPlatformTextField | Framework/Text/GenericPlatformTextField.h | |
| FQueryAccessSourceCode | TBaseDelegate_NoParams< bool > | A Delegate for querying whether source code access is possible | Framework/Application/SlateApplication.h |
| FShapedTextCachePtr | TSharedPtr< FShapedTextCache > | Framework/Text/ShapedTextCacheFwd.h | |
| FShapedTextCacheRef | TSharedRef< FShapedTextCache > | Framework/Text/ShapedTextCacheFwd.h | |
| FToolBarExtensionDelegate | TBaseDelegate_OneParam< void, class FToolBarBuilder & > | Called on your extension to add new toolbar items to your toolbar | Framework/MultiBox/MultiBoxExtender.h |
| SRotatorInputBox | SNumericRotatorInputBox< float > | For backward compatibility | Widgets/Input/SRotatorInputBox.h |
| SRotatorInputBox | SNumericRotatorInputBox< float > | SlateFwd.h | |
| SVectorInputBox | SNumericVectorInputBox< float, UE::Math::TVector< float >, 3 > | For backward compatibility | Widgets/Input/SVectorInputBox.h |
| SVectorInputBox | SNumericVectorInputBox< float, UE::Math::TVector< float >, 3 > | SlateFwd.h |
Enums
Public
| Name | Remarks |
|---|---|
| AnalogCursorMode::Type | |
| EAllowOverscroll | |
| EAnalogStick | |
| EAttributeInterpolatorType | |
| EColorBlockAlphaDisplayMode | |
| EColumnSizeMode::Type | |
| EColumnSortMode::Type | |
| EColumnSortPriority::Type | |
| ECursorAction | |
| ECursorMoveGranularity | |
| ECursorMoveMethod | |
| ECustomizedToolMenuVisibility | |
| EDescendantScrollDestination | Where to scroll the descendant to |
| EEasingInterpolatorType | |
| EExtensionHook::Position | Where in relation to an extension hook should you apply your extension |
| EHeaderComboVisibility | |
| EInputPreProcessorType | Priority bucket type for Input Pre-Processors. |
| EItemDropZone | Where we are going to drop relative to the target item. |
| EKeyboardType | |
| ELayoutExtensionPosition | Extension position enumeration |
| EListItemAlignment | If the list panel is arranging items as tiles, this enum dictates how the items should be aligned (basically, where any extra space is placed) |
| EMultiBlockLocation::Type | Block location information |
| EMultiBlockType | Types of MultiBlocks |
| EMultiBoxType | Types of MultiBoxes |
| EMultipleKeyBindingIndex | |
| EOutputCanBeNullptr | |
| EPopupLayoutMode | Determines how popup windows are laid out by CalculatePopupWindowPosition when there is no space on the screen for the popup window to fit in its preferred orientation. |
| EProgressBarFillStyle::Type | SProgressBar Fill Style |
| EProgressBarFillType::Type | SProgressBar Fill Type |
| EResizingAxis | |
| ERunAttributes | Attributes that a run can have |
| EScrollIntoViewAlignment | How the list panel scrolls an offscreen item into view |
| EScrollWhenFocusChanges | Set behavior when user focus changes inside this scroll box |
| ESelectionMode::Type | |
| ESidebarLocation | |
| ESlateTickType | |
| ESplitterResizeMode::Type | |
| EStretch::Type | |
| EStretchDirection::Type | |
| ETabActivationCause | The cause of a tab activation |
| ETabDrawerOpenDirection | The direction that a tab drawer opens relative to the location of the sidebar it is in |
| ETabIdFlags | |
| ETableRowSignalSelectionMode | When the table row should signal the owner widget that the selection changed. |
| ETableViewMode::Type | Lists can exist as regular lists or as backing widgets for a tree. |
| ETabReadOnlyBehavior | An enum to describe how TabSpawnerEntries behave when the tab manager is in read only mode |
| ETabRole | How will this tab be used. |
| ETabSpawnerMenuType::Type | An enum to describe how TabSpawnerEntries will be handled by menus. |
| ETabState::Type | |
| ETextEntryType | |
| ETextFlowDirection | The different directions that text can flow within a paragraph of text. |
| ETextHitPoint | Copyright Epic Games, Inc. All Rights Reserved. |
| ETextJustify::Type | |
| ETextLocation | |
| ETextRole::Type | |
| ETextWrappingPolicy | The different methods that can be used if a word is too long to be broken by the default line-break iterator. |
| EUIActionRepeatMode | Enum controlling whether a given UI action can be repeated if the chord used to call it is held down |
| EUserInterfaceActionType | Types of user interfaces that can be associated with a user interface action |
| EVirtualKeyboardDismissAction | |
| EVirtualKeyboardTrigger | |
| SlateEditableTextTypes::ECursorAlignment | |
| SResponsiveGridSize::Type | !!!!!!!!!!!!!!!!! EXPERIMENTAL !!!!!!!!!!!!!!!!! |
| UE::Slate::PrioritizedWrapBox::EVerticalOverflowBehavior | The behavior when a slot's desired height exceeds the allotted/available size (including MaxLineHeight when specified) By default this Clips. |
| UE::Slate::PrioritizedWrapBox::EWrapMode | Types specific to SlimWrappingToolBar (and it's variants). |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| SWindowTitleBarDefs::WindowFlashDuration | const float | Window flash duration. Seconds | Framework/Application/SWindowTitleBar.h |
| SWindowTitleBarDefs::WindowFlashFrequency | const float | Window flash rate. Flashes per second | Framework/Application/SWindowTitleBar.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CVarSlateDismissMenuStacksOnFocusLost | FAutoConsoleVariable | Framework/Application/MenuStack.h | ||
| EditableTextMinWidth | const float | Inline const FName MenuItemFont = "MenuItem.Font"; inline const FName MenuBindingFont = "MenuItem.BindingFont"; Minimum widget of an editable text box within a multi-box | Framework/MultiBox/MultiBox.h | |
| SubMenuClobberMinLifetime | const float | The time that a sub-menu needs to remain open in order for the SubMenuClobberTime to apply; menus open shorter than this min lifetime will be instantly dismissed | Framework/MultiBox/MultiBox.h | |
| SubMenuClobberTime | const float | When a sub-menu is already open (for at least SubMenuClobberMinLifetime), the time that a mouse should be hovered over another sub-menu entry before dismissing the first menu and opening the new one; this doesn't apply to short-lived sub-menus, see below | Framework/MultiBox/MultiBox.h | |
| SubMenuOpenTime | const float | The time that a mouse should be hovered over a sub-menu before it automatically opens | Framework/MultiBox/MultiBox.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
float EaseInterpolatorRatio
(
EEasingInterpolatorType InEasingType, |
Framework/Animation/AttributeInterpolator.h | ||
ETextFlowDirection GetDefaultTextFlowDirection() |
Get the default text flow direction (from the "Slate.DefaultTextFlowDirection" CVar) | Framework/Text/TextLayout.h | |
void MakeUICommand_InternalUseOnly
(
FBindingContext* This, |
Internal function used by the UI_COMMAND macros to build the command. | Framework/Commands/Commands.h | |
bool operator!
(
ESlateTickType E |
Framework/Application/SlateApplication.h | ||
bool operator!
(
ETabIdFlags E |
Framework/Docking/TabManager.h | ||
bool operator!
(
ERunAttributes E |
Framework/Text/IRun.h | ||
bool operator!
(
EResizingAxis E |
Widgets/Layout/SSplitter.h | ||
ESlateTickType operator&
(
ESlateTickType Lhs, |
Framework/Application/SlateApplication.h | ||
ETabIdFlags operator&
(
ETabIdFlags Lhs, |
Framework/Docking/TabManager.h | ||
ERunAttributes operator&
(
ERunAttributes Lhs, |
Framework/Text/IRun.h | ||
EResizingAxis operator&
(
EResizingAxis Lhs, |
Widgets/Layout/SSplitter.h | ||
ESlateTickType & operator&=
(
ESlateTickType& Lhs, |
Framework/Application/SlateApplication.h | ||
ETabIdFlags & operator&=
(
ETabIdFlags& Lhs, |
Framework/Docking/TabManager.h | ||
ERunAttributes & operator&=
(
ERunAttributes& Lhs, |
Framework/Text/IRun.h | ||
EResizingAxis & operator&=
(
EResizingAxis& Lhs, |
Widgets/Layout/SSplitter.h | ||
ESlateTickType operator^
(
ESlateTickType Lhs, |
Framework/Application/SlateApplication.h | ||
ETabIdFlags operator^
(
ETabIdFlags Lhs, |
Framework/Docking/TabManager.h | ||
ERunAttributes operator^
(
ERunAttributes Lhs, |
Framework/Text/IRun.h | ||
EResizingAxis operator^
(
EResizingAxis Lhs, |
Widgets/Layout/SSplitter.h | ||
ESlateTickType & operator^=
(
ESlateTickType& Lhs, |
Framework/Application/SlateApplication.h | ||
ETabIdFlags & operator^=
(
ETabIdFlags& Lhs, |
Framework/Docking/TabManager.h | ||
ERunAttributes & operator^=
(
ERunAttributes& Lhs, |
Framework/Text/IRun.h | ||
EResizingAxis & operator^=
(
EResizingAxis& Lhs, |
Widgets/Layout/SSplitter.h | ||
ESlateTickType operator|
(
ESlateTickType Lhs, |
Framework/Application/SlateApplication.h | ||
ETabIdFlags operator|
(
ETabIdFlags Lhs, |
Framework/Docking/TabManager.h | ||
ERunAttributes operator|
(
ERunAttributes Lhs, |
Framework/Text/IRun.h | ||
EResizingAxis operator|
(
EResizingAxis Lhs, |
Widgets/Layout/SSplitter.h | ||
ESlateTickType & operator|=
(
ESlateTickType& Lhs, |
Framework/Application/SlateApplication.h | ||
ETabIdFlags & operator|=
(
ETabIdFlags& Lhs, |
Framework/Docking/TabManager.h | ||
ERunAttributes & operator|=
(
ERunAttributes& Lhs, |
Framework/Text/IRun.h | ||
EResizingAxis & operator|=
(
EResizingAxis& Lhs, |
Widgets/Layout/SSplitter.h | ||
| Framework/Application/SlateApplication.h | |||
ETabIdFlags operator~
(
ETabIdFlags E |
Framework/Docking/TabManager.h | ||
| Framework/Text/IRun.h | |||
| Widgets/Layout/SSplitter.h | |||
FTextRange RunUtils::CalculateOffsetMeasureRange
(
const int32 InOffset, |
Calculate the range that will measure to the given index, based on the given range and text direction | Framework/Text/RunUtils.h | |
ETextHitPoint RunUtils::CalculateTextHitPoint
(
const int32 InIndex, |
Calculate the correct hit-point for the given index, based on the given range and text direction | Framework/Text/RunUtils.h | |
int32 ShapedTextCacheUtil::FindCharacterIndexAtOffset
(
const FShapedTextCacheRef& InShapedTextCache, |
Find the character index at the specified position in pixels along the string horizontally | Framework/Text/ShapedTextCache.h | |
int8 ShapedTextCacheUtil::GetShapedGlyphKerning
(
const FShapedTextCacheRef& InShapedTextCache, |
Get the kerning between two shaped glyphs | Framework/Text/ShapedTextCache.h | |
FShapedGlyphSequenceRef ShapedTextCacheUtil::GetShapedTextSubSequence
(
const FShapedTextCacheRef& InShapedTextCache, |
Extract a sub-section of a run of text into its own shaped glyph sequence | Framework/Text/ShapedTextCache.h | |
FVector2D ShapedTextCacheUtil::MeasureShapedText
(
const FShapedTextCacheRef& InShapedTextCache, |
Measure a sub-section of a run of text | Framework/Text/ShapedTextCache.h | |
bool SlateTextUtils::IsEllipsisPolicy
(
const ETextOverflowPolicy& InOverflowPolicy |
Whether the given InOverflowPolicy is a valid Ellipsis policy. | Framework/Text/SlateTextUtils.h | |
float SpinBoxComputeExponentSliderFraction
(
float FractionFilled, |
This function compute a slider position by simulating two log on both side of the neutral value Example a slider going from 0.0 to 2.0 with a neutral value of 1.0, the user will have a lot of precision around the neutral value on both side. | Widgets/Input/SSpinBox.h | |
const TBitArray & TableViewHelpers::GetEmptyBitArray() |
Helper for implementing an efficient version of an item that is not in the tree view, and therefore does not to know about parent wires. | Widgets/Views/STableViewBase.h | |
void TextRangeHeaderDeprecatedWarning() |
Framework/Text/TextRange.h | ||
void TriggerTextRangeHeaderDeprecatedWarning() |
Framework/Text/TextRange.h | ||
bool UE::Editor::HomeScreen::IsHomeScreenEnabled() |
Framework/Docking/TabManager.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FMargin EMultiBlockLocation::ToHorizontalMargin
(
EMultiBoxType InBoxType, |
Trims a provided margin based on the block location. | Framework/MultiBox/MultiBoxDefs.h | |
| Returns the passed in style with the addition of the location information | Framework/MultiBox/MultiBoxDefs.h |