className
stringlengths
1
167
headerPath
stringlengths
14
166
description
stringlengths
0
1.62k
module
stringlengths
0
76
code
stringlengths
0
11.4k
variables
listlengths
0
395
SWidget::SetClipping
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
Sets the clipping to bounds rules for this widget.
SlateCore
void SetClipping ( EWidgetClipping InClipping )
[]
SWidget::SetCullingBoundsExtension
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
Sets an additional culling padding that is added to a widget to give more leeway when culling widgets. Useful if several child widgets have rendering beyond their bounds.
SlateCore
FORCEINLINEvoid SetCullingBoundsExtension ( const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & InCullingBoundsExtension )
[]
SWidget::SetCursor
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
Set the cursor that should appear when this widget is hovered
SlateCore
void SetCursor ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< [TOptional](API\Runtime\Core\IO\TOptional)< [EMouseCursor::Type](API\Runtime\ApplicationCore\GenericPlatform\EMouseCursor__Type) > > & InCursor )
[]
SWidget::SetDebugInfo
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
Used by Slate to set the runtime debug info about this widget.
SlateCore
void SetDebugInfo ( const ANSICHAR * InType, const ANSICHAR * InFile, int32 OnLine, size_t InAllocSize )
[]
SWidget::SetEnabled
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
Sets the enabled state of this widget
SlateCore
void SetEnabled ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< bool > InEnabledState )
[]
SWidget::SetOnMouseButtonDown
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
See OnMouseButtonDown event
SlateCore
void SetOnMouseButtonDown ( FPointerEventHandler EventHandler )
[]
SWidget::SetHover
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
Set the hover state. Once set, the attribute that the ownership andSWidgetcode will not update the attribute value. You can return the control to theSWidgetcode by setting an emptyTAttribute.
SlateCore
void SetHover ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< bool > InHovered )
[]
SWidget::SetOnMouseButtonUp
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
See OnMouseButtonUp event
SlateCore
void SetOnMouseButtonUp ( FPointerEventHandler EventHandler )
[]
SWidget::SetOnMouseEnter
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
See OnMouseEnter event
SlateCore
void SetOnMouseEnter ( FNoReplyPointerEventHandler EventHandler )
[]
SWidget::SetOnMouseLeave
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
See OnMouseLeave event
SlateCore
void SetOnMouseLeave ( FSimpleNoReplyPointerEventHandler EventHandler )
[]
SWidget::SetOnMouseMove
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
See OnMouseMove event
SlateCore
void SetOnMouseMove ( FPointerEventHandler EventHandler )
[]
SWidget::SetPixelSnapping
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
Sets the pixel snapping method for this widget.
SlateCore
void SetPixelSnapping ( EWidgetPixelSnapping InPixelSnappingMethod )
[]
SWidget::SetRenderOpacity
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
SlateCore
FORCEINLINEvoid SetRenderOpacity ( float InRenderOpacity )
[]
SWidget::SetRenderTransform
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
SlateCore
FORCEINLINEvoid SetRenderTransform ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< [TOptional](API\Runtime\Core\IO\TOptional)< FSlateRenderTransform >> InTransform )
[]
SWidget::SetRenderTransformPivot
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
SlateCore
FORCEINLINEvoid SetRenderTransformPivot ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< FVector2D > InTransformPivot )
[]
SWidget::SetTag
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
SlateCore
FORCEINLINEvoid SetTag ( [FName](API\Runtime\Core\UObject\FName) InTag )
[]
SWidget::SetToolTip
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
Set the tool tip that should appear when this widget is hovered.
SlateCore
void SetToolTip ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [IToolTip](API\Runtime\SlateCore\Widgets\IToolTip) >> & InToolTip )
[]
SWidget::SetToolTipText
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
Set the tool tip that should appear when this widget is hovered.
SlateCore
void SetToolTipText ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FText](API\Runtime\Core\Internationalization\FText) > & ToolTipText )
[]
SWidget::SetToolTipText
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
Set the tool tip that should appear when this widget is hovered.
SlateCore
void SetToolTipText ( const [FText](API\Runtime\Core\Internationalization\FText) & InToolTipText )
[]
SWidget::SetOnMouseDoubleClick
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
See OnMouseDoubleClick event
SlateCore
void SetOnMouseDoubleClick ( FPointerEventHandler EventHandler )
[]
SWidget::SetVisibility
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
SlateCore
virtual void SetVisibility ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< [EVisibility](API\Runtime\SlateCore\Layout\EVisibility) > InVisibility )
[]
SWidget::SetVolatilePrepass
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
SlateCore
void SetVolatilePrepass ( bool bVolatile )
[]
SWidget::ShouldInvalidatePrepassDueToVolatility
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
SlateCore
FORCEINLINEbool ShouldInvalidatePrepassDueToVolatility()
[]
SWidget::ShouldBeEnabled
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
Determines if this widget should be enabled. true if the widget is enabled
SlateCore
bool ShouldBeEnabled ( bool InParentEnabled ) const
[]
SWidget::SlatePrepass
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
DEPRECATED version of SlatePrepass that assumes no scaling beyond AppScale
SlateCore
void SlatePrepass()
[]
SWidget::SlatePrepass
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
Descends to leaf-most widgets in the hierarchy and gathers desired sizes on the way up. i.e. Caches the desired size of all of this widget's children recursively, then caches desired size for itself.
SlateCore
void SlatePrepass ( float InLayoutScaleMultiplier )
[]
SWidget::SupportsKeyboardFocus
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
Checks to see if this widget supports keyboard focus. Override this in derived classes. True if this widget can take keyboard focus
SlateCore
virtual bool SupportsKeyboardFocus() const
[]
SWidget::SWidgetConstruct
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
Construct aSWidgetbased on initial parameters.
SlateCore
void SWidgetConstruct ( const [FSlateBaseNamedArgs](API\Runtime\SlateCore\Widgets\FSlateBaseNamedArgs) & Args )
[]
SWidget::SWidgetConstruct
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
Deprecated*SWidget::SWidgetConstructshould not be called directly. Use SNew or SAssignNew to create aSWidget
SlateCore
void SWidgetConstruct ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FText](API\Runtime\Core\Internationalization\FText) > & InToolTipText, const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [IToolTip](API\Runtime\SlateCore\Widgets\IToolTip) > & InToolTip, const [TAttribute](API\Runtime\Core\Misc\TAttribute)< [TOptional](API\Runtime\Core\IO\TOptional)< [EMouseCursor::Type](API\Runtime\ApplicationCore\GenericPlatform\EMouseCursor__Type) > > & InCursor, const [TAttribute](API\Runtime\Core\Misc\TAttribute)< bool > & InEnabledState, const [TAttribute](API\Runtime\Core\Misc\TAttribute)< [EVisibility](API\Runtime\SlateCore\Layout\EVisibility) > & InVisibility, const float InRenderOpacity, const [TAttribute](API\Runtime\Core\Misc\TAttribute)< [TOptional](API\Runtime\Core\IO\TOptional)< FSlateRenderTransform >> & InTransform, const [TAttribute](API\Runtime\Core\Misc\TAttribute)< FVector2D > & InTransformPivot, const [FName](API\Runtime\Core\UObject\FName) & InTag, const bool InForceVolatile, const EWidgetClipping InClipping, const EFlowDirectionPreference InFlowPreference, const [TOptional](API\Runtime\Core\IO\TOptional)< [FAccessibleWidgetData](API\Runtime\SlateCore\Widgets\Accessibility\FAccessibleWidgetData) > & InAccessibleData, const [TArray](API\Runtime\Core\Containers\TArray)< [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [ISlateMetaData](API\Runtime\SlateCore\Types\ISlateMetaData) >> & InMetaData )
[]
SWidget::Tick
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
Ticks this widget with Geometry. Override in derived classes, but always call the parent implementation.
SlateCore
virtual void Tick ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & AllottedGeometry, const double InCurrentTime, const float InDeltaTime )
[]
SWidget::ToString
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
A String representation of the widget
SlateCore
virtual [FString](API\Runtime\Core\Containers\FString) ToString() const
[]
SWidget::TranslateMouseCoordinateForCustomHitTestChild
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
SlateCore
virtual [TOptional](API\Runtime\Core\IO\TOptional)< [FVirtualPointerPosition](API\Runtime\SlateCore\Input\FVirtualPointerPosition) > TranslateMouseCoordinateForCustomHitTestChild ( const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) & ChildWidget, const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const FVector2D ScreenSpaceMouseCoordinate, const FVector2D LastScreenSpaceMouseCoordinate ) const
[]
TSlateAttribute
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
TSlateAttribute< FText, InInvalidationReasonValue >
SlateCore
template<typename InObjectType, EInvalidateWidgetReason InInvalidationReasonValue, typename InComparePredicate> struct TSlateAttribute : public [SlateAttributePrivate::TSlateMemberAttribute< InObjectType, std::conditional< InInvalidationReasonValue==EInvalidateWidgetReason::None,::SlateAttributePrivate::FSlateAttributeNoInvalidationReason, TSlateAttributeInvalidationReason< InInvalidationReasonValue > >::type, InComparePredicate >](API\Runtime\SlateCore\Types\Attributes\TSlateMemberAttribute)
[]
TSlateAttributeRef< FText, InInvalidationReasonValue >
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
SlateCore
template<EInvalidateWidgetReason InInvalidationReasonValue> struct TSlateAttributeRef< FText, InInvalidationReasonValue > : public [SlateAttributePrivate::TSlateMemberAttributeRef< TSlateAttribute< FText, InInvalidationReasonValue > >](API\Runtime\SlateCore\Types\Attributes\TSlateMemberAttributeRef)
[]
TSlateAttributeRef
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
TSlateAttributeRef< FText, InInvalidationReasonValue >
SlateCore
template<typename InObjectType, EInvalidateWidgetReason InInvalidationReasonValue, typename InComparePredicate> struct TSlateAttributeRef : public [SlateAttributePrivate::TSlateMemberAttributeRef< TSlateAttribute< InObjectType, InInvalidationReasonValue, InComparePredicate > >](API\Runtime\SlateCore\Types\Attributes\TSlateMemberAttributeRef)
[]
TSlateAttribute< FText, InInvalidationReasonValue >
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
SlateCore
template<EInvalidateWidgetReason InInvalidationReasonValue> struct TSlateAttribute< FText, InInvalidationReasonValue > : public [SlateAttributePrivate::TSlateMemberAttribute< FText, std::conditional< InInvalidationReasonValue==EInvalidateWidgetReason::None,::SlateAttributePrivate::FSlateAttributeNoInvalidationReason, TSlateAttributeInvalidationReason< InInvalidationReasonValue > >::type, TSlateAttributeFTextComparePredicate >](API\Runtime\SlateCore\Types\Attributes\TSlateMemberAttribute)
[]
TSlateManagedAttribute< FText, InInvalidationReasonValue >
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
SlateCore
template<EInvalidateWidgetReason InInvalidationReasonValue> struct TSlateManagedAttribute< FText, InInvalidationReasonValue > : public [SlateAttributePrivate::TSlateManagedAttribute< FText, std::conditional< InInvalidationReasonValue==EInvalidateWidgetReason::None,::SlateAttributePrivate::FSlateAttributeNoInvalidationReason, TSlateAttributeInvalidationReason< InInvalidationReasonValue > >::type, TSlateAttributeFTextComparePredicate >](API\Runtime\SlateCore\Types\Attributes\TSlateManagedAttribute)
[]
TSlateManagedAttribute
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
TSlateManagedAttribute< FText, InInvalidationReasonValue >
SlateCore
template<typename InObjectType, EInvalidateWidgetReason InInvalidationReasonValue, typename InComparePredicate> struct TSlateManagedAttribute : public [SlateAttributePrivate::TSlateManagedAttribute< InObjectType, std::conditional< InInvalidationReasonValue==EInvalidateWidgetReason::None,::SlateAttributePrivate::FSlateAttributeNoInvalidationReason, TSlateAttributeInvalidationReason< InInvalidationReasonValue > >::type, InComparePredicate >](API\Runtime\SlateCore\Types\Attributes\TSlateManagedAttribute)
[]
SWidget::UnRegisterActiveTimer
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
Unregisters an active timer handle. This is optional, as the delegate can UnRegister itself by returning EActiveTimerReturnType::Stop.
SlateCore
void UnRegisterActiveTimer ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< FActiveTimerHandle > & ActiveTimerHandle )
[]
SWidget::ValidatePathToChild
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
SlateCore
virtual bool ValidatePathToChild ( [SWidget](API\Runtime\SlateCore\Widgets\SWidget) * InChild )
[]
SWidget::SWidget
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
SNew
SlateCore
SWidget()
[]
SWidget::~SWidget
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
Dtor ensures that active timer handles are UnRegistered with the SlateApplication.
SlateCore
virtual ~SWidget()
[]
SWidget
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
Some events are able to reply to the system by returning anFReply,FCursorReply, or similar object.
SlateCore
class SWidget : public [FSlateControlledConstruction](API\Runtime\SlateCore\Widgets\FSlateControlledConstruction), public [TSharedFromThis< SWidget >](API\Runtime\Core\Templates\TSharedFromThis)
[ { "type": "EAccessibleBeha...", "name": "AccessibleBehavior", "description": "" }, { "type": "EAccessibleBeha...", "name": "AccessibleSummaryBehavior", "description": "" }, { "type": "uint8: 1", "name": "bCanChildrenBeAccessible", "description": "All variables surrounding how this widget is exposed to the platform's accessibility API." }, { "type": "uint8: 1", "name": "bCanHaveChildren", "description": "Can the widget ever support children? This will be false on SLeafWidgets, rather than setting this directly, you should probably inherit fromSLeafWidget." }, { "type": "uint8: 1", "name": "bCanSupportFocus", "description": "Can the widget ever support keyboard focus" }, { "type": "uint8: 1", "name": "bClippingProxy", "description": "Some widgets might be a complex hierarchy of child widgets you never see." }, { "type": "uint8: 1", "name": "bHasCustomPrepass", "description": "" }, { "type": "uint8: 1", "name": "bHasRelativeLayoutScale", "description": "" }, { "type": "uint8: 1", "name": "bVolatilityAlwaysInvalidatesPrepass", "description": "If this widget should always invalidate the prepass step when volatile" }, { "type": "EWidgetClipping", "name": "Clipping", "description": "Set to true if all content of the widget should clip to the bounds of this widget." }, { "type": "FMargin", "name": "CullingBoundsExtension", "description": "Can be used to enlarge the culling bounds of this widget (pre-intersection), this can be useful if you've got children that you know are using rendering transforms to render outside their standard bounds, if that happens it's possible the parent might be culled before the descendant widget is entirely off screen." }, { "type": "EWidgetPixelSna...", "name": "PixelSnappingMethod", "description": "When set to EPixelSnappingMethod::SnapToPixel, the widget is drawn at the nearest pixel." }, { "type": "TOptional< floa...", "name": "PrepassLayoutScaleMultiplier", "description": "" }, { "type": "float", "name": "RenderOpacity", "description": "The opacity of the widget. Automatically applied during rendering." } ]
SWindow::AcceptsInput
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
true if the window accepts input; false if the window is non-interactive
SlateCore
bool AcceptsInput() const
[]
SWindow::ActivationPolicy
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
the window activation policy used when showing the window
SlateCore
EWindowActivationPolicy ActivationPolicy() const
[]
SWindow::AddChildWindow
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Add ChildWindow as this window's child
SlateCore
void AddChildWindow ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWindow](API\Runtime\SlateCore\Widgets\SWindow) > & ChildWindow )
[]
SWindow::AddOverlaySlot
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Adds content to draw on top of the entire window The added overlay slot so that it can be configured and populated
SlateCore
[SOverlay::FScopedWidgetSlotArguments](API\Runtime\SlateCore\Widgets\SOverlay\FScopedWidgetSlotArguments) AddOverlaySlot ( const int32 ZOrder )
[]
SWindow::AddPopupLayerSlot
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Return a new slot in the popup layer. Assumes that the window has a popup layer.
SlateCore
[FScopedWidgetSlotArguments](API\Runtime\SlateCore\Widgets\SWindow\FScopedWidgetSlotArguments) AddPopupLayerSlot()
[]
SWindow::Advanced_AsInvalidationRoot
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
SlateCore
virtual const [FSlateInvalidationRoot](API\Runtime\SlateCore\FastUpdate\FSlateInvalidationRoot) * Advanced_AsInvalidationRoot() const
[]
SWindow::Advanced_IsInvalidationRoot
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
SlateCore
virtual bool Advanced_IsInvalidationRoot() const
[]
SWindow::Advanced_IsWindow
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Is this widget derivative ofSWindow
SlateCore
virtual bool Advanced_IsWindow() const
[]
SWindow::AppearsInTaskbar
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
should this window show up in the taskbar
SlateCore
bool AppearsInTaskbar() const
[]
SWindow::BeginFullWindowOverlayTransition
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Begins a transition from showing regular window content to overlay content During the transition we show both sets of content
SlateCore
void BeginFullWindowOverlayTransition()
[]
SWindow::ComputeWindowSizeForContent
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
The size of the window necessary to accommodate the given content
SlateCore
static [UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) ComputeWindowSizeForContent ( [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) ContentSize )
[]
SWindow::Construct
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
SlateCore
void Construct ( const [FArguments](API\Runtime\SlateCore\Widgets\SWindow\FArguments) & InArgs )
[]
SWindow::ConstructWindowInternals
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
SlateCore
void ConstructWindowInternals()
[]
SWindow::CustomPrepass
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
SlateCore
virtual bool CustomPrepass ( float LayoutScaleMultiplier )
[]
SWindow::CreateAccessibleWidget
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
SlateCore
virtual [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< FSlateAccessibleWidget > CreateAccessibleWidget()
[]
SWindow::DestroyWindowImmediately
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Warning: use Request Destroy Window whenever possible! This method destroys the window immediately!
SlateCore
void DestroyWindowImmediately()
[]
SWindow::DrawAttention
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Attempts to draw the user's attention to this window in whatever way is appropriate for the platform if this window is not the current active
SlateCore
void DrawAttention ( const [FWindowDrawAttentionParameters](API\Runtime\ApplicationCore\GenericPlatform\FWindowDrawAttentionParameters) & Parameters )
[]
SWindow::EnableWindow
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Enables or disables this window and all of its children
SlateCore
void EnableWindow ( bool bEnable )
[]
SWindow::EndFullWindowOverlayTransition
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Ends a transition from showing regular window content to overlay content When this is called content occluded by the full window overlay(if there is one) will be physically hidden
SlateCore
void EndFullWindowOverlayTransition()
[]
SWindow::FArguments::ActivationPolicy
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
When should this window be activated upon being shown?
SlateCore
WidgetArgsType & ActivationPolicy &40; EWindowActivationPolicy InArg &41;
[]
SWindow::FArguments::AdjustInitialSizeAndPositionForDPIScale
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
If the initial ClientSize and ScreenPosition arguments should be automatically adjusted to account for DPI scale
SlateCore
WidgetArgsType & AdjustInitialSizeAndPositionForDPIScale &40; bool InArg &41;
[]
SWindow::BringToFront
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Bring the window to the front
SlateCore
void BringToFront ( bool bForce )
[]
SWindow::FArguments::AutoCenter
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
The windows auto-centering mode. If set to anything other than None, then the ScreenPosition value will be ignored
SlateCore
WidgetArgsType & AutoCenter &40; EAutoCenter InArg &41;
[]
SWindow::FArguments::bDragAnywhere
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
When true, the window can be dragged from anywhere.
SlateCore
WidgetArgsType & bDragAnywhere &40; bool InArg &41;
[]
SWindow::FArguments::bManualManageDPI
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
True if this window will self handle any eventual DPI adjustments
SlateCore
WidgetArgsType & bManualManageDPI &40; bool InArg &41;
[]
SWindow::FArguments::ClientSize
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
What the initial size of the window should be.
SlateCore
WidgetArgsType & ClientSize &40; UE::Slate::FDeprecateVector2DParameter InArg &41;
[]
SWindow::FArguments::Content
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
SlateCore
NamedSlotProperty< FArguments > Content&40;&41;
[]
SWindow::FArguments::CreateTitleBar
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
True if we should initially create a traditional title bar area. If false, the user must embed the title area content into the window manually, taking into account platform-specific considerations! Has no effect for certain types of windows (popups, tool-tips, etc.)
SlateCore
WidgetArgsType & CreateTitleBar &40; bool InArg &41;
[]
SWindow::FArguments::FocusWhenFirstShown
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Should this window be focused immediately after it is shown?
SlateCore
WidgetArgsType & FocusWhenFirstShown &40; bool InArg &41;
[]
SWindow::FArguments::HasCloseButton
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Does this window have a close button?
SlateCore
WidgetArgsType & HasCloseButton &40; bool InArg &41;
[]
SWindow::FArguments::InitialOpacity
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
The initial opacity of the window
SlateCore
WidgetArgsType & InitialOpacity &40; float InArg &41;
[]
SWindow::FArguments::IsInitiallyMaximized
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Is the window initially maximized
SlateCore
WidgetArgsType & IsInitiallyMaximized &40; bool InArg &41;
[]
SWindow::FArguments::IsInitiallyMinimized
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Is the window initially minimized
SlateCore
WidgetArgsType & IsInitiallyMinimized &40; bool InArg &41;
[]
SWindow::FArguments::IsPopupWindow
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
True if this should be a 'pop-up' window
SlateCore
WidgetArgsType & IsPopupWindow &40; bool InArg &41;
[]
SWindow::FArguments::IsTopmostWindow
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
True if this window should always be on top of all other windows
SlateCore
WidgetArgsType & IsTopmostWindow &40; bool InArg &41;
[]
SWindow::FArguments::LayoutBorder
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
The padding around the edges of the window applied to it's content.
SlateCore
WidgetArgsType & LayoutBorder &40; FMargin InArg &41;
[]
SWindow::FArguments::MaxHeight
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
The biggest height this window can be in Desktop Pixel Units.
SlateCore
WidgetArgsType & MaxHeight &40; TOptional< float > InArg &41;
[]
SWindow::FArguments::MaxWidth
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
The biggest width this window can be in Desktop Pixel Units.
SlateCore
WidgetArgsType & MaxWidth &40; TOptional< float > InArg &41;
[]
SWindow::FArguments::MinHeight
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
The smallest height this window can be in Desktop Pixel Units.
SlateCore
WidgetArgsType & MinHeight &40; TOptional< float > InArg &41;
[]
SWindow::FArguments::MinWidth
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
The smallest width this window can be in Desktop Pixel Units.
SlateCore
WidgetArgsType & MinWidth &40; TOptional< float > InArg &41;
[]
SWindow::FArguments::operator[]
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
SlateCore
FArguments & operator&91;&93; &40; const TSharedRef< SWidget > & InChild &41;
[]
SWindow::FArguments::ScreenPosition
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Screen-space position where the window should be initially located.
SlateCore
WidgetArgsType & ScreenPosition &40; UE::Slate::FDeprecateVector2DParameter InArg &41;
[]
SWindow::FArguments::SaneWindowPlacement
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
If the window appears off screen or is too large to safely fit this flag will force realistic constraints on the window and bring it back into view.
SlateCore
WidgetArgsType & SaneWindowPlacement &40; bool InArg &41;
[]
SWindow::FArguments::ShouldPreserveAspectRatio
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Should this window preserve its aspect ratio when resized by user?
SlateCore
WidgetArgsType & ShouldPreserveAspectRatio &40; bool InArg &41;
[]
SWindow::FArguments::SizingRule
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
How the window should be sized
SlateCore
WidgetArgsType & SizingRule &40; ESizingRule InArg &41;
[]
SWindow::FArguments::Style
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Style used to draw this window
SlateCore
WidgetArgsType & Style &40; const FWindowStyle &42; InArg &41;
[]
SWindow::FArguments::SupportsMaximize
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Can this window be maximized?
SlateCore
WidgetArgsType & SupportsMaximize &40; bool InArg &41;
[]
SWindow::FArguments::SupportsMinimize
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Can this window be minimized?
SlateCore
WidgetArgsType & SupportsMinimize &40; bool InArg &41;
[]
SWindow::FArguments::SupportsTransparency
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Should this window support transparency
SlateCore
WidgetArgsType & SupportsTransparency &40; FWindowTransparency InArg &41;
[]
SWindow::FArguments::Title
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Title of the window
SlateCore
WidgetArgsType & Title &40; const TAttribute< FText > & InAttribute &41;
[]
SWindow::FArguments::Type
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Type of this window
SlateCore
WidgetArgsType & Type &40; EWindowType InArg &41;
[]
SWindow::FArguments::UseOSWindowBorder
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Use the default os look for the border of the window
SlateCore
WidgetArgsType & UseOSWindowBorder &40; bool InArg &41;
[]
SWindow::FArguments::UserResizeBorder
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
The margin around the edges of the window that will be detected as places the user can grab to resize the window.
SlateCore
WidgetArgsType & UserResizeBorder &40; FMargin InArg &41;
[]
WidgetArgsType
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
SlateCore
typedef FArguments WidgetArgsType
[]
SWindow::FArguments::FArguments
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
SlateCore
FArguments&40;&41;
[]
FArguments
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
SlateCore
struct FArguments : public [TSlateBaseNamedArgs< SWindow >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs)
[]
SWindow::FlashWindow
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Flashed the window, used for drawing attention to modal dialogs
SlateCore
void FlashWindow()
[]