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
SWindow::PaintSlowPath
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
SlateCore
virtual int32 PaintSlowPath ( const [FSlateInvalidationContext](API\Runtime\SlateCore\FastUpdate\FSlateInvalidationContext) & InvalidationContext )
[]
SWindow::PaintWindow
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Paint the window and all of its contents. Not the same asPaint().
SlateCore
int32 PaintWindow ( double CurrentTime, float DeltaTime, [FSlateWindowElementList](API\Runtime\SlateCore\Rendering\FSlateWindowElementList) & OutDrawElements, const [FWidgetStyle](API\Runtime\SlateCore\Styling\FWidgetStyle) & InWidgetStyle, bool bParentEnabled )
[]
SWindow::ProcessWindowInvalidation
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Process the invalidation of the widget contained by the window in GlobalInvalidation.
SlateCore
void ProcessWindowInvalidation()
[]
SWindow::RemoveDescendantWindow
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Remove DescendantToRemove from this window's children or their children.
SlateCore
bool RemoveDescendantWindow ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWindow](API\Runtime\SlateCore\Widgets\SWindow) > & DescendantToRemove )
[]
SWindow::RemoveOverlaySlot
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Removes a widget that is being drawn over the entire window true if successful
SlateCore
bool RemoveOverlaySlot ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > & InContent )
[]
SWindow::RemovePopupLayerSlot
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Counterpart to AddPopupLayerSlot
SlateCore
void RemovePopupLayerSlot ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > & WidgetToRemove )
[]
SWindow::RequestDestroyWindow
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Request that this window be destroyed. The window is not destroyed immediately. Instead it is placed in a queue for destruction on next Tick
SlateCore
void RequestDestroyWindow()
[]
SWindow::ReshapeWindow
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Relocate the window to a screenspace position specified by NewPosition and resize it to NewSize
SlateCore
void ReshapeWindow ( const [FSlateRect](API\Runtime\SlateCore\Layout\FSlateRect) & InNewShape )
[]
SWindow::ReshapeWindow
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Relocate the window to a screenspace position specified by NewPosition and resize it to NewSize
SlateCore
void ReshapeWindow ( [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) NewPosition, [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) NewSize )
[]
SWindow::Resize
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Resize the window to be dpi scaled NewClientSize immediately
SlateCore
void Resize ( [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) NewClientSize )
[]
SWindow::Restore
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
SlateCore
void Restore()
[]
SWindow::SetAllowFastUpdate
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
SlateCore
void SetAllowFastUpdate ( bool bInAllowFastUpdate )
[]
SWindow::SetAsModalWindow
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Set modal window related flags - called by Slate app code duringFSlateApplication::AddModalWindow()
SlateCore
void SetAsModalWindow()
[]
SWindow::SetCachedScreenPosition
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Sets the actual screen position of the window. THIS SHOULD ONLY BE CALLED BY THE OS
SlateCore
void SetCachedScreenPosition ( [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) NewPosition )
[]
SWindow::SetCachedSize
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Sets the actual size of the window. THIS SHOULD ONLY BE CALLED BY THE OS
SlateCore
void SetCachedSize ( [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) NewSize )
[]
SWindow::SetContent
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Sets the widget content for this window
SlateCore
void SetContent ( [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > InContent )
[]
SWindow::SetDPIScaleFactor
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Overrides the DPI scale factor of the native window
SlateCore
void SetDPIScaleFactor ( const float Factor )
[]
SWindow::SetFullWindowOverlayContent
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Sets a widget to use as a full window overlay, or clears an existing widget if set. When set, this widget will be drawn on top of all other window content.
SlateCore
void SetFullWindowOverlayContent ( [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > InContent )
[]
SWindow::SetIsHDR
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
SlateCore
void SetIsHDR ( bool bHDR )
[]
SWindow::SetIndependentViewportSize
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Sets the viewport size independently of the window size, if non-zero.
SlateCore
void SetIndependentViewportSize ( const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & VP )
[]
SWindow::SetManualManageDPIChanges
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Will inform the native window that we need to handle any DPI changes from within the application
SlateCore
void SetManualManageDPIChanges ( const bool bManualDPI )
[]
SWindow::SetMirrorWindow
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Set mirror window flag
SlateCore
void SetMirrorWindow ( bool bSetMirrorWindow )
[]
SWindow::SetNativeWindow
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Sets the native OS window associated with thisSWindow
SlateCore
void SetNativeWindow ( [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FGenericWindow](API\Runtime\ApplicationCore\GenericPlatform\FGenericWindow) > InNativeWindow )
[]
SWindow::SetNativeWindowButtonsVisibility
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Shows or hides native window buttons on platforms that use them
SlateCore
void SetNativeWindowButtonsVisibility ( bool bVisible )
[]
SWindow::SetOnWindowClosed
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Sets the delegate to execute right before the window is closed
SlateCore
void SetOnWindowClosed ( const FOnWindowClosed & InDelegate )
[]
SWindow::SetOnWindowMoved
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Sets the delegate to execute right after the window has been moved
SlateCore
void SetOnWindowMoved ( const FOnWindowMoved & InDelegate )
[]
SWindow::SetOnWorldSwitchHack
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Sets the delegate to call when switching worlds in before ticking,drawing, or sending messages to widgets in this window
SlateCore
void SetOnWorldSwitchHack ( FOnSwitchWorldHack & InOnWorldSwitchHack )
[]
SWindow::SetOpacity
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Sets the opacity of this window
SlateCore
void SetOpacity ( const float InOpacity )
[]
SWindow::SetRequestDestroyWindowOverride
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Sets the delegate to override RequestDestroyWindow
SlateCore
void SetRequestDestroyWindowOverride ( const FRequestDestroyWindowOverride & InDelegate )
[]
SWindow::SetSizeLimits
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Set optional constraints on min and max sizes that this window can be.
SlateCore
void SetSizeLimits ( const [FWindowSizeLimits](API\Runtime\ApplicationCore\GenericPlatform\FWindowSizeLimits) & InSizeLimits )
[]
SWindow::SetSizingRule
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Should this window automatically derive its size based on its content or be user-drive?
SlateCore
void SetSizingRule ( ESizingRule InSizingRule )
[]
SWindow::SetTitle
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Sets the current window title
SlateCore
void SetTitle ( const [FText](API\Runtime\Core\Internationalization\FText) & InTitle )
[]
SWindow::SetTitleBar
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
SlateCore
void SetTitleBar ( const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [IWindowTitleBar](API\Runtime\SlateCore\Application\IWindowTitleBar) > InTitleBar )
[]
SWindow::SetWidgetToFocusOnActivate
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Sets a widget that should become focused when this window is next activated
SlateCore
void SetWidgetToFocusOnActivate ( [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > InWidget )
[]
SWindow::SetViewportSizeDrivenByWindow
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Sets whether or not the viewport size should be driven by the window's size. If true, the two will be the same. If false, an independent viewport size can be specified with SetIndependentViewportSize
SlateCore
void SetViewportSizeDrivenByWindow ( bool bDrivenByWindow )
[]
SWindow::SetWindowBackground
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
SlateCore
void SetWindowBackground ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * InWindowBackground )
[]
SWindow::ShouldPreserveAspectRatio
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
SlateCore
bool ShouldPreserveAspectRatio() const
[]
SWindow::SetWindowMode
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Toggle window between fullscreen and normal mode
SlateCore
void SetWindowMode ( [EWindowMode::Type](API\Runtime\ApplicationCore\GenericPlatform\EWindowMode__Type) WindowMode )
[]
SWindow::ShowWindow
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Make the window visible
SlateCore
void ShowWindow()
[]
SWindow::SizeWillChangeOften
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
True if we expect the window size to change frequently. See description of bSizeWillChangeOften member variable.
SlateCore
bool SizeWillChangeOften() const
[]
SWindow::StartMorph
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Kick off a morph to whatever the target shape happens to be.
SlateCore
void StartMorph()
[]
SWindow::SetViewport
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
SlateCore
void SetViewport ( [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [ISlateViewport](API\Runtime\SlateCore\Rendering\ISlateViewport) > ViewportRef )
[]
SWindow::SupportsKeyboardFocus
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.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
[]
SWindow::SwitchWorlds
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Hack to switch worlds
SlateCore
int32 SwitchWorlds ( int32 WorldId ) const
[]
SWindow::Tick
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.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 )
[]
SWindow::ToString
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
A String representation of the widget
SlateCore
virtual [FString](API\Runtime\Core\Containers\FString) ToString() const
[]
SWindow::TriggerPlayMorphSequence
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
One-off active timer to trigger a the morph sequence to play
SlateCore
EActiveTimerReturnType TriggerPlayMorphSequence ( double InCurrentTime, float InDeltaTime )
[]
SWindow::UpdateMorphTargetPosition
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Set a new morph position and force the morph to run for at least one frame in order to reach that target
SlateCore
void UpdateMorphTargetPosition ( const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & TargetPosition )
[]
SWindow::UpdateMorphTargetShape
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Set a new morph shape and force the morph to run for at least one frame in order to reach that target
SlateCore
void UpdateMorphTargetShape ( const [FSlateRect](API\Runtime\SlateCore\Layout\FSlateRect) & TargetShape )
[]
SWindow::UpdateWindowContentVisibility
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
SlateCore
void UpdateWindowContentVisibility()
[]
SWindow::SWindow
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Default constructor. Protected because SWindows must always be used viaTSharedPtr. Instead, use FSlateApplication::MakeWindow()
SlateCore
SWindow()
[]
SWindow::~SWindow
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
SlateCore
~SWindow()
[]
SWindow
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
SWindowis a platform-agnostic representation of a top-level window.
SlateCore
class SWindow : public [SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget), public [FSlateInvalidationRoot](API\Runtime\SlateCore\FastUpdate\FSlateInvalidationRoot)
[ { "type": "EAutoCenter", "name": "AutoCenterRule", "description": "How to auto center the window" }, { "type": "bool: 1", "name": "bAllowFastUpdate", "description": "True if this window allows global invalidation of its contents" }, { "type": "bool: 1", "name": "bCreateTitleBar", "description": "True if this window has a title bar" }, { "type": "bool", "name": "bDragAnywhere", "description": "When true, grabbing anywhere on the window will allow it to be dragged." }, { "type": "bool: 1", "name": "bFocusWhenFirstShown", "description": "Focus this window immediately as it is shown" }, { "type": "bool: 1", "name": "bHasCloseButton", "description": "True if this window displays an enabled close button on the toolbar area" }, { "type": "bool: 1", "name": "bHasEverBeenShown", "description": "True if this window has been shown yet" }, { "type": "bool: 1", "name": "bHasMaximizeButton", "description": "True if this window displays an enabled maximize button on the toolbar area" }, { "type": "bool: 1", "name": "bHasMinimizeButton", "description": "True if this window displays an enabled minimize button on the toolbar area" }, { "type": "bool: 1", "name": "bHasOSWindowBorder", "description": "True if this window displays the os window border instead of drawing one in slate" }, { "type": "bool: 1", "name": "bHasSizingFrame", "description": "True if this window displays thick edge that can be used to resize the window" }, { "type": "bool: 1", "name": "bInitiallyMaximized", "description": "True if this window is maximized when its created" }, { "type": "bool: 1", "name": "bInitiallyMinimized", "description": "True if this window is minimized when its created" }, { "type": "bool", "name": "bIsDrawingEnabled", "description": "Whether or not drawing is enabled for this window." }, { "type": "bool: 1", "name": "bIsHDR", "description": "True if the window is being displayed on a HDR capable monitor" }, { "type": "bool: 1", "name": "bIsMirrorWindow", "description": "True if the window is a mirror window for HMD content" }, { "type": "bool: 1", "name": "bIsModalWindow", "description": "True if the window is modal" }, { "type": "bool: 1", "name": "bIsPopupWindow", "description": "True if this is a pop up window" }, { "type": "bool: 1", "name": "bIsTopmostWindow", "description": "True if this is a topmost window" }, { "type": "bool: 1", "name": "bManualManageDPI", "description": "" }, { "type": "bool: 1", "name": "bShouldPreserveAspectRatio", "description": "True if the window should preserve its aspect ratio when resized by user" }, { "type": "bool", "name": "bShouldShowWindowContentDuringOverlay", "description": "Whether or not we should show content of the window which could be occluded by full screen window content." }, { "type": "bool: 1", "name": "bSizeWillChangeOften", "description": "True if we expect the size of this window to change often, such as if its animated, or if it recycled for tool-tips, and we'd like to avoid costly GPU buffer resizes when that happens." }, { "type": "bool: 1", "name": "bVirtualWindow", "description": "True if this window is virtual and not directly rendered by slate application or the OS." }, { "type": "TArray<TShared...", "name": "ChildWindows", "description": "Child windows of this window" }, { "type": "SVerticalBox::F...", "name": "ContentSlot", "description": "" }, { "type": "int32", "name": "ExpectedMaxHeight", "description": "The expected maximum height of the window." }, { "type": "int32", "name": "ExpectedMaxWidth", "description": "The expected maximum width of the window." }, { "type": "TSharedPtr<SWi...", "name": "FullWindowOverlayWidget", "description": "Full window overlay widget" }, { "type": "TUniquePtr<FHi...", "name": "HittestGrid", "description": "Each window has its own hittest grid for accelerated widget picking." }, { "type": "UE::Slate::FDep...", "name": "InitialDesiredScreenPosition", "description": "Initial desired position of the window's content in screen space" }, { "type": "UE::Slate::FDep...", "name": "InitialDesiredSize", "description": "Initial desired size of the window's content in screen space" }, { "type": "FMargin", "name": "LayoutBorder", "description": "The padding for between the edges of the window and it's content." }, { "type": "SWindow::FMorph...", "name": "Morpher", "description": "" }, { "type": "FSlateRect", "name": "MoveResizeRect", "description": "" }, { "type": "UE::Slate::FDep...", "name": "MoveResizeStart", "description": "" }, { "type": "EWindowZone::Ty...", "name": "MoveResizeZone", "description": "Used to store the zone where the mouse down event occurred during move / drag" }, { "type": "TSharedPtr<FGe...", "name": "NativeWindow", "description": "The native window that is backing this Slate Window" }, { "type": "FOnWindowActiva...", "name": "OnWindowActivated", "description": "Invoked when the window has been activated." }, { "type": "FOnWindowClosed", "name": "OnWindowClosed", "description": "Invoked when the window is about to be closed." }, { "type": "FOnWindowDeacti...", "name": "OnWindowDeactivated", "description": "Invoked when the window has been deactivated." }, { "type": "FOnWindowMoved", "name": "OnWindowMoved", "description": "Invoked when the window is moved" }, { "type": "FOnSwitchWorldH...", "name": "OnWorldSwitchHack", "description": "World switch delegate" }, { "type": "float", "name": "Opacity", "description": "Current opacity of the window" }, { "type": "TWeakPtr<SWind...", "name": "ParentWindowPtr", "description": "When not null, this window will always appear on top of the parent and be closed when the parent is closed." }, { "type": "TSharedPtr< cla...", "name": "PopupLayer", "description": "This layer provides mechanism for tooltips, drag-drop decorators, and popups without creating a new window." }, { "type": "UE::Slate::FDep...", "name": "PreFullscreenPosition", "description": "The position of the window before entering fullscreen" }, { "type": "FRequestDestroy...", "name": "RequestDestroyWindowOverride", "description": "Invoked when the window is requested to be destroyed." }, { "type": "UE::Slate::FDep...", "name": "ScreenPosition", "description": "Position of the window's content in screen space" }, { "type": "UE::Slate::FDep...", "name": "Size", "description": "Size of the window's content area in screen space" }, { "type": "FWindowSizeLimi...", "name": "SizeLimits", "description": "Min and Max values for Width and Height; all optional." }, { "type": "ESizingRule", "name": "SizingRule", "description": "How to size the window" }, { "type": "TAttribute<FTe...", "name": "Title", "description": "Title of the window, displayed in the title bar as well as potentially in the task bar (Windows platform)" }, { "type": "TSharedPtr<SWi...", "name": "TitleArea", "description": "" }, { "type": "TSharedPtr<IWi...", "name": "TitleBar", "description": "The window title bar." }, { "type": "float", "name": "TitleBarSize", "description": "Size of this window's title bar." }, { "type": "EWindowTranspar...", "name": "TransparencySupport", "description": "Transparency setting for this window" }, { "type": "EWindowType", "name": "Type", "description": "Type of the window" }, { "type": "FMargin", "name": "UserResizeBorder", "description": "The margin around the edges of the window that will be detected as places the user can grab to resize the window." }, { "type": "TWeakPtr<ISlat...", "name": "Viewport", "description": "Pointer to the viewport registered with this window if any" }, { "type": "UE::Slate::FDep...", "name": "ViewportSize", "description": "Size of the viewport. If (0,0) then it is equal to Size" }, { "type": "TWeakPtr<SWidg...", "name": "WidgetFocusedOnDeactivate", "description": "Widget that had keyboard focus when this window was last de-activated, if any." }, { "type": "TWeakPtr<SWidg...", "name": "WidgetToFocusOnActivate", "description": "Widget to transfer keyboard focus to when this window becomes active, if any." }, { "type": "FOnWindowActiva...", "name": "WindowActivatedEvent", "description": "" }, { "type": "EWindowActivati...", "name": "WindowActivationPolicy", "description": "When should the window be activated upon being shown" }, { "type": "FOnWindowClosed...", "name": "WindowClosedEvent", "description": "" }, { "type": "FOnWindowDeacti...", "name": "WindowDeactivatedEvent", "description": "" }, { "type": "TSharedPtr<SOv...", "name": "WindowOverlay", "description": "Window overlay widget" }, { "type": "EWindowZone::Ty...", "name": "WindowZone", "description": "Cached \"zone\" the cursor was over in the window the last time that someone calledGetCurrentWindowZone()" } ]
SWindowDefs::DefaultTitleBarSize
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
Height of a Slate window title bar, in pixels
SlateCore
namespace SWindowDefs { static SWindowDefs::DefaultTitleBarSize = 34.0f; }
[]
T0RequiredArgs::CallConstruct
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
SlateCore
template<class WidgetType> void CallConstruct ( WidgetType * OnWidget, const typename WidgetType::FArguments & WithNamedArgs ) const
[]
T0RequiredArgs::T0RequiredArgs
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
SlateCore
T0RequiredArgs()
[]
T0RequiredArgs
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
SlateCore
struct T0RequiredArgs
[]
T1RequiredArgs::T1RequiredArgs
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
SlateCore
T1RequiredArgs ( Arg0Type && InArg0 )
[]
T1RequiredArgs::CallConstruct
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
SlateCore
template<class WidgetType> void CallConstruct ( WidgetType * OnWidget, const typename WidgetType::FArguments & WithNamedArgs ) const
[]
T1RequiredArgs
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
SlateCore
template<typename Arg0Type> struct T1RequiredArgs
[ { "type": "Arg0Type &", "name": "Arg0", "description": "" } ]
T2RequiredArgs::CallConstruct
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
SlateCore
template<class WidgetType> void CallConstruct ( WidgetType * OnWidget, const typename WidgetType::FArguments & WithNamedArgs ) const
[]
T3RequiredArgs::CallConstruct
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
SlateCore
template<class WidgetType> void CallConstruct ( WidgetType * OnWidget, const typename WidgetType::FArguments & WithNamedArgs ) const
[]
T2RequiredArgs::T2RequiredArgs
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
SlateCore
T2RequiredArgs ( Arg0Type && InArg0, Arg1Type && InArg1 )
[]
T2RequiredArgs
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
SlateCore
template<typename Arg0Type, typename Arg1Type> struct T2RequiredArgs
[ { "type": "Arg0Type &", "name": "Arg0", "description": "" }, { "type": "Arg1Type &", "name": "Arg1", "description": "" } ]
T3RequiredArgs::T3RequiredArgs
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
SlateCore
T3RequiredArgs ( Arg0Type && InArg0, Arg1Type && InArg1, Arg2Type && InArg2 )
[]
T3RequiredArgs
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
SlateCore
template<typename Arg0Type, typename Arg1Type, typename Arg2Type> struct T3RequiredArgs
[ { "type": "Arg0Type &", "name": "Arg0", "description": "" }, { "type": "Arg1Type &", "name": "Arg1", "description": "" }, { "type": "Arg2Type &", "name": "Arg2", "description": "" } ]
T4RequiredArgs::CallConstruct
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
SlateCore
template<class WidgetType> void CallConstruct ( WidgetType * OnWidget, const typename WidgetType::FArguments & WithNamedArgs ) const
[]
T4RequiredArgs
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
SlateCore
template<typename Arg0Type, typename Arg1Type, typename Arg2Type, typename Arg3Type> struct T4RequiredArgs
[ { "type": "Arg0Type &", "name": "Arg0", "description": "" }, { "type": "Arg1Type &", "name": "Arg1", "description": "" }, { "type": "Arg2Type &", "name": "Arg2", "description": "" }, { "type": "Arg3Type &", "name": "Arg3", "description": "" } ]
T5RequiredArgs::CallConstruct
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
SlateCore
template<class WidgetType> void CallConstruct ( WidgetType * OnWidget, const typename WidgetType::FArguments & WithNamedArgs ) const
[]
T5RequiredArgs::T5RequiredArgs
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
SlateCore
T5RequiredArgs ( Arg0Type && InArg0, Arg1Type && InArg1, Arg2Type && InArg2, Arg3Type && InArg3, Arg4Type && InArg4 )
[]
T5RequiredArgs
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
SlateCore
template<typename Arg0Type, typename Arg1Type, typename Arg2Type, typename Arg3Type, typename Arg4Type> struct T5RequiredArgs
[ { "type": "Arg0Type &", "name": "Arg0", "description": "" }, { "type": "Arg1Type &", "name": "Arg1", "description": "" }, { "type": "Arg2Type &", "name": "Arg2", "description": "" }, { "type": "Arg3Type &", "name": "Arg3", "description": "" }, { "type": "Arg4Type &", "name": "Arg4", "description": "" } ]
TAlwaysValidWidget::TAlwaysValidWidget
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
SlateCore
TAlwaysValidWidget()
[]
TAlwaysValidWidget
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
A widget reference that is always a valid pointer; defaults toSNullWidget
SlateCore
struct TAlwaysValidWidget
[ { "type": "TSharedRef<SWi...", "name": "Widget", "description": "" } ]
TSlateBaseNamedArgs::AccessibleParams
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
SlateCore
[WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & AccessibleParams ( [TOptional](API\Runtime\Core\IO\TOptional)< [FAccessibleWidgetData](API\Runtime\SlateCore\Widgets\Accessibility\FAccessibleWidgetData) > InArg )
[]
TSlateBaseNamedArgs::AccessibleText
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
SlateCore
[WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & AccessibleText ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FText](API\Runtime\Core\Internationalization\FText) > InAttribute )
[]
TSlateBaseNamedArgs::AccessibleText
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Bind attribute with delegate to a shared pointer-based class method. Slate mostly uses shared pointers so we use an overload for this type of binding.
SlateCore
template<class UserClass, typename... VarTypes> [WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & AccessibleText ( [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< UserClass > InUserObjectRef, typename [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FText](API\Runtime\Core\Internationalization\FText) >::FGetter::template TConstMethodPtr< UserClass, VarTypes... > InFunc, VarTypes... Vars )
[]
TSlateBaseNamedArgs::AccessibleText
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Bind attribute with delegate to a shared pointer-based class method. Slate mostly uses shared pointers so we use an overload for this type of binding.
SlateCore
template<class UserClass, typename... VarTypes> [WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & AccessibleText ( UserClass * InUserObject, typename [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FText](API\Runtime\Core\Internationalization\FText) >::FGetter::template TConstMethodPtr< UserClass, VarTypes... > InFunc, VarTypes... Vars )
[]
TSlateBaseNamedArgs::AccessibleText_Lambda
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Bind attribute with delegate to a lambda * technically this works for any functor types, but lambdas are the primary use case
SlateCore
[WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & AccessibleText_Lambda ( [TFunction](API\Runtime\Core\GenericPlatform\TFunction)< [FText](API\Runtime\Core\Internationalization\FText)(void) > && InFunctor )
[]
TSlateBaseNamedArgs::AccessibleText_Raw
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Bind attribute with delegate to a raw C++ class method
SlateCore
template<class UserClass, typename... VarTypes> [WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & AccessibleText_Raw ( UserClass * InUserObject, typename [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FText](API\Runtime\Core\Internationalization\FText) >::FGetter::template TConstMethodPtr< UserClass, VarTypes... > InFunc, VarTypes... Vars )
[]
TSlateBaseNamedArgs::AccessibleText_Static
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Bind attribute with delegate to a global function * NOTE: We use a template here to avoid 'typename' issues when hosting attributes inside templated classes
SlateCore
template<typename... VarTypes> [WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & AccessibleText_Static ( TIdentity_T< typename [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FText](API\Runtime\Core\Internationalization\FText) >::FGetter::template TFuncPtr< VarTypes... > > InFunc, VarTypes... Vars )
[]
TSlateBaseNamedArgs::AccessibleText_UObject
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Bind attribute with delegate to a UObject-based class method
SlateCore
template<class UserClass, typename... VarTypes> [WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & AccessibleText_UObject ( UserClass * InUserObject, typename [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FText](API\Runtime\Core\Internationalization\FText) >::FGetter::template TConstMethodPtr< UserClass, VarTypes... > InFunc, VarTypes... Vars )
[]
TSlateBaseNamedArgs::AddMetaData
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Add metadata to this widget.
SlateCore
[WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & AddMetaData ( [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [ISlateMetaData](API\Runtime\SlateCore\Types\ISlateMetaData) > InMetaData )
[]
TSlateBaseNamedArgs::AddMetaData
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Add metadata to this widget - convenience method - 1 argument
SlateCore
template<typename MetaDataType, typename Arg0Type> [WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & AddMetaData ( Arg0Type InArg0 )
[]
TSlateBaseNamedArgs::AddMetaData
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Add metadata to this widget - convenience method - 2 arguments
SlateCore
template<typename MetaDataType, typename Arg0Type, typename Arg1Type> [WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & AddMetaData ( Arg0Type InArg0, Arg1Type InArg1 )
[]
TSlateBaseNamedArgs::Clipping
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
SlateCore
[WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & Clipping ( EWidgetClipping InArg )
[]
TSlateBaseNamedArgs::Cursor
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
SlateCore
[WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & Cursor ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< [TOptional](API\Runtime\Core\IO\TOptional)< [EMouseCursor::Type](API\Runtime\ApplicationCore\GenericPlatform\EMouseCursor__Type) > > InAttribute )
[]
TSlateBaseNamedArgs::Cursor
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Bind attribute with delegate to a shared pointer-based class method. Slate mostly uses shared pointers so we use an overload for this type of binding.
SlateCore
template<class UserClass, typename... VarTypes> [WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & Cursor ( [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< UserClass > InUserObjectRef, typename [TAttribute](API\Runtime\Core\Misc\TAttribute)< [TOptional](API\Runtime\Core\IO\TOptional)< [EMouseCursor::Type](API\Runtime\ApplicationCore\GenericPlatform\EMouseCursor__Type) > >::FGetter::template TConstMethodPtr< UserClass, VarTypes... > InFunc, VarTypes... Vars )
[]
TSlateBaseNamedArgs::Cursor
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Bind attribute with delegate to a shared pointer-based class method. Slate mostly uses shared pointers so we use an overload for this type of binding.
SlateCore
template<class UserClass, typename... VarTypes> [WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & Cursor ( UserClass * InUserObject, typename [TAttribute](API\Runtime\Core\Misc\TAttribute)< [TOptional](API\Runtime\Core\IO\TOptional)< [EMouseCursor::Type](API\Runtime\ApplicationCore\GenericPlatform\EMouseCursor__Type) > >::FGetter::template TConstMethodPtr< UserClass, VarTypes... > InFunc, VarTypes... Vars )
[]
TSlateBaseNamedArgs::Cursor_Lambda
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Bind attribute with delegate to a lambda * technically this works for any functor types, but lambdas are the primary use case
SlateCore
[WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & Cursor_Lambda ( [TFunction](API\Runtime\Core\GenericPlatform\TFunction)< [TOptional](API\Runtime\Core\IO\TOptional)< [EMouseCursor::Type](API\Runtime\ApplicationCore\GenericPlatform\EMouseCursor__Type) >(void) > && InFunctor )
[]
TSlateBaseNamedArgs::Cursor_Raw
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Bind attribute with delegate to a raw C++ class method
SlateCore
template<class UserClass, typename... VarTypes> [WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & Cursor_Raw ( UserClass * InUserObject, typename [TAttribute](API\Runtime\Core\Misc\TAttribute)< [TOptional](API\Runtime\Core\IO\TOptional)< [EMouseCursor::Type](API\Runtime\ApplicationCore\GenericPlatform\EMouseCursor__Type) > >::FGetter::template TConstMethodPtr< UserClass, VarTypes... > InFunc, VarTypes... Vars )
[]
TSlateBaseNamedArgs::Cursor_Static
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Bind attribute with delegate to a global function * NOTE: We use a template here to avoid 'typename' issues when hosting attributes inside templated classes
SlateCore
template<typename... VarTypes> [WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & Cursor_Static ( TIdentity_T< typename [TAttribute](API\Runtime\Core\Misc\TAttribute)< [TOptional](API\Runtime\Core\IO\TOptional)< [EMouseCursor::Type](API\Runtime\ApplicationCore\GenericPlatform\EMouseCursor__Type) > >::FGetter::template TFuncPtr< VarTypes... > > InFunc, VarTypes... Vars )
[]
TSlateBaseNamedArgs::Cursor_UObject
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Bind attribute with delegate to a UObject-based class method
SlateCore
template<class UserClass, typename... VarTypes> [WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & Cursor_UObject ( UserClass * InUserObject, typename [TAttribute](API\Runtime\Core\Misc\TAttribute)< [TOptional](API\Runtime\Core\IO\TOptional)< [EMouseCursor::Type](API\Runtime\ApplicationCore\GenericPlatform\EMouseCursor__Type) > >::FGetter::template TConstMethodPtr< UserClass, VarTypes... > InFunc, VarTypes... Vars )
[]
TSlateBaseNamedArgs::FlowDirectionPreference
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
SlateCore
[WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & FlowDirectionPreference ( EFlowDirectionPreference InArg )
[]
TSlateBaseNamedArgs::ForceVolatile
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
SlateCore
[WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & ForceVolatile ( bool InArg )
[]
TSlateBaseNamedArgs::IsEnabled
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
SlateCore
[WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & IsEnabled ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< bool > InAttribute )
[]
TSlateBaseNamedArgs::IsEnabled
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Bind attribute with delegate to a shared pointer-based class method. Slate mostly uses shared pointers so we use an overload for this type of binding.
SlateCore
template<class UserClass, typename... VarTypes> [WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & IsEnabled ( [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< UserClass > InUserObjectRef, typename [TAttribute](API\Runtime\Core\Misc\TAttribute)< bool >::FGetter::template TConstMethodPtr< UserClass, VarTypes... > InFunc, VarTypes... Vars )
[]
TSlateBaseNamedArgs::IsEnabled
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Bind attribute with delegate to a shared pointer-based class method. Slate mostly uses shared pointers so we use an overload for this type of binding.
SlateCore
template<class UserClass, typename... VarTypes> [WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & IsEnabled ( UserClass * InUserObject, typename [TAttribute](API\Runtime\Core\Misc\TAttribute)< bool >::FGetter::template TConstMethodPtr< UserClass, VarTypes... > InFunc, VarTypes... Vars )
[]
TSlateBaseNamedArgs::IsEnabled_Lambda
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Bind attribute with delegate to a lambda * technically this works for any functor types, but lambdas are the primary use case
SlateCore
[WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & IsEnabled_Lambda ( [TFunction](API\Runtime\Core\GenericPlatform\TFunction)< bool(void) > && InFunctor )
[]
TSlateBaseNamedArgs::IsEnabled_Raw
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Bind attribute with delegate to a raw C++ class method
SlateCore
template<class UserClass, typename... VarTypes> [WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & IsEnabled_Raw ( UserClass * InUserObject, typename [TAttribute](API\Runtime\Core\Misc\TAttribute)< bool >::FGetter::template TConstMethodPtr< UserClass, VarTypes... > InFunc, VarTypes... Vars )
[]
TSlateBaseNamedArgs::IsEnabled_Static
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Bind attribute with delegate to a global function * NOTE: We use a template here to avoid 'typename' issues when hosting attributes inside templated classes
SlateCore
template<typename... VarTypes> [WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & IsEnabled_Static ( TIdentity_T< typename [TAttribute](API\Runtime\Core\Misc\TAttribute)< bool >::FGetter::template TFuncPtr< VarTypes... > > InFunc, VarTypes... Vars )
[]