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": "bCreateTitl... |
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": ""
},
{
"t... | |
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 ) | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.