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
SUserWidget::FArguments::FArguments
/Engine/Source/Runtime/SlateCore/Public/Widgets/SUserWidget.h
SlateCore
FArguments&40;&41;
[]
WidgetArgsType
/Engine/Source/Runtime/SlateCore/Public/Widgets/SUserWidget.h
SlateCore
typedef FArguments WidgetArgsType
[]
FArguments
/Engine/Source/Runtime/SlateCore/Public/Widgets/SUserWidget.h
SlateCore
struct FArguments : public [TSlateBaseNamedArgs< SUserWidget >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs)
[]
SStackBox::SStackBox
/Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h
SlateCore
SStackBox()
[]
SUserWidget::operator delete
/Engine/Source/Runtime/SlateCore/Public/Widgets/SUserWidget.h
This exists to silence V1062 and provide implementation balance with the new above.
SlateCore
void operator delete ( void * InMem )
[]
SUserWidget::operator new
/Engine/Source/Runtime/SlateCore/Public/Widgets/SUserWidget.h
User widgets can be allocated explicitly in the C++
SlateCore
void * operator new ( const size_t InSize )
[]
SUserWidget
/Engine/Source/Runtime/SlateCore/Public/Widgets/SUserWidget.h
TSharedRefSMyWidget::New() { return MakeShareable( new SMyWidget() ); }
SlateCore
class SUserWidget : public [SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget)
[]
SUserWidget::FArguments::operator[]
/Engine/Source/Runtime/SlateCore/Public/Widgets/SUserWidget.h
SlateCore
FArguments & operator&91;&93; &40; const TSharedRef< SWidget > & InChild &41;
[]
SVerticalBox::Construct
/Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h
Construct this widget
SlateCore
void Construct ( const [FArguments](API\Runtime\SlateCore\Widgets\SVerticalBox\FArguments) & InArgs )
[]
SVerticalBox::FArguments::operator+
/Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h
SlateCore
WidgetArgsType & operator&43; &40; typename SVerticalBox::FSlot::FSlotArguments & SlotToAdd &41;
[]
SVerticalBox::FArguments::operator+
/Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h
SlateCore
WidgetArgsType & operator&43; &40; typename SVerticalBox::FSlot::FSlotArguments && SlotToAdd &41;
[]
SVerticalBox::FArguments::FArguments
/Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h
SlateCore
FArguments&40;&41;
[]
WidgetArgsType
/Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h
SlateCore
typedef FArguments WidgetArgsType
[]
FArguments
/Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h
SlateCore
struct FArguments : public [TSlateBaseNamedArgs< SVerticalBox >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs)
[ { "type": "TArray< typenam...", "name": "_Slots", "description": "" } ]
FScopedWidgetSlotArguments
/Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h
SlateCore
typedef [SBoxPanel::FScopedWidgetSlotArguments](API\Runtime\SlateCore\Widgets\SBoxPanel\FScopedWidgetSlotArguments)< [SVerticalBox::FSlot](API\Runtime\SlateCore\Widgets\SVerticalBox\FSlot) > FScopedWidgetSlotArguments
[]
SVerticalBox::AddSlot
/Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h
SlateCore
[FScopedWidgetSlotArguments](API\Runtime\SlateCore\Widgets\SVerticalBox\FScopedWidgetSlotArguments) AddSlot()
[]
SVerticalBox::FSlot::Construct
/Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h
SlateCore
void Construct &40; const FChildren & SlotOwner, FSlotArguments && InArgs &41;
[]
SVerticalBox::FSlot::AutoHeight
/Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h
Deprecated* Chained AutoHeight is deprecated. Use the FSlotArgument or SetAutoHeight
SlateCore
FSlot & AutoHeight&40;&41;
[]
SVerticalBox::FSlot::FillHeight
/Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h
Deprecated* Chained FillWidth is deprecated. Use the FSlotArgument or SetFillWidth
SlateCore
FSlot & FillHeight &40; TAttribute< float > InStretchCoefficient &41;
[]
SVerticalBox::FSlot::FSlotArguments::AutoHeight
/Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h
The widget's DesiredSize will be used as the space required.
SlateCore
FSlotArguments & AutoHeight&40;&41;
[]
SVerticalBox::FSlot::FSlotArguments::FillHeight
/Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h
The available space will be distributed proportionately.
SlateCore
FSlotArguments & FillHeight &40; TAttribute< float > InStretchCoefficient &41;
[]
SVerticalBox::FSlot::FSlotArguments::MaxHeight
/Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h
Set the max size in SlateUnit this slot can be.
SlateCore
FSlotArguments & MaxHeight &40; TAttribute< float > InMaxHeight &41;
[]
WidgetArgsType
/Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h
SlateCore
typedef FSlot::FSlotArguments WidgetArgsType
[]
FSlotArguments
/Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h
SlateCore
struct FSlotArguments : public [SBoxPanel::TSlot< SlotType >::FSlotArguments](API\Runtime\SlateCore\Widgets\SBoxPanel\TSlot\FSlotArguments)
[]
SVerticalBox::FSlot::MaxHeight
/Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h
Deprecated* Chained MaxWidth is deprecated. Use the FSlotArgument or SetMaxHeight
SlateCore
FSlot & MaxHeight &40; TAttribute< float > InMaxHeight &41;
[]
SVerticalBox::FSlot::SetAutoHeight
/Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h
The widget's DesiredSize will be used as the space required.
SlateCore
void SetAutoHeight&40;&41;
[]
SVerticalBox::FSlot::SetFillHeight
/Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h
The available space will be distributed proportionately.
SlateCore
void SetFillHeight &40; TAttribute< float > InStretchCoefficient &41;
[]
SVerticalBox::FSlot::SetMaxHeight
/Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h
Set the max size in SlateUnit this slot can be.
SlateCore
void SetMaxHeight &40; TAttribute< float > InMaxHeight &41;
[]
SVerticalBox::GetSlot
/Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h
SlateCore
[FSlot](API\Runtime\SlateCore\Widgets\SVerticalBox\FSlot) & GetSlot ( int32 SlotIndex )
[]
FSlot
/Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h
SlateCore
class FSlot : public [SBoxPanel::TSlot< FSlot >](API\Runtime\SlateCore\Widgets\SBoxPanel\TSlot)
[]
SVerticalBox::GetSlot
/Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h
SlateCore
const [FSlot](API\Runtime\SlateCore\Widgets\SVerticalBox\FSlot) & GetSlot ( int32 SlotIndex ) const
[]
SVerticalBox::GetWidgetClass
/Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h
SlateCore
virtual const [FSlateWidgetClassData](API\Runtime\SlateCore\Widgets\FSlateWidgetClassData) & GetWidgetClass() const
[]
PrivateParentType
/Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h
SlateCore
typedef [SBoxPanel](API\Runtime\SlateCore\Widgets\SBoxPanel) PrivateParentType
[]
SVerticalBox::InsertSlot
/Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h
SlateCore
[FScopedWidgetSlotArguments](API\Runtime\SlateCore\Widgets\SVerticalBox\FScopedWidgetSlotArguments) InsertSlot ( int32 Index )
[]
SVerticalBox::Slot
/Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h
SlateCore
static [FSlot::FSlotArguments](API\Runtime\SlateCore\Widgets\SVerticalBox\FSlot\FSlotArguments) Slot()
[]
PrivateThisType
/Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h
SlateCore
typedef [SVerticalBox](API\Runtime\SlateCore\Widgets\SVerticalBox) PrivateThisType
[]
Super
/Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h
SlateCore
typedef [SBoxPanel](API\Runtime\SlateCore\Widgets\SBoxPanel) Super
[]
SVerticalBox::StaticWidgetClass
/Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h
SlateCore
static const [FSlateWidgetClassData](API\Runtime\SlateCore\Widgets\FSlateWidgetClassData) & StaticWidgetClass()
[]
ThisClass
/Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h
SlateCore
typedef [SVerticalBox](API\Runtime\SlateCore\Widgets\SVerticalBox) ThisClass
[]
SVerticalBox::SVerticalBox
/Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h
SlateCore
SVerticalBox()
[]
SVerticalBox
/Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h
A Vertical Box Panel. SeeSBoxPanelfor more info.
SlateCore
class SVerticalBox : public [SBoxPanel](API\Runtime\SlateCore\Widgets\SBoxPanel)
[]
SWidget::AccessWidgetVisibilityAttribute
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
Protected static helper to allow widgets to access the visibility attribute of other widgets directly
SlateCore
static [TAttribute](API\Runtime\Core\Misc\TAttribute)< [EVisibility](API\Runtime\SlateCore\Layout\EVisibility) > AccessWidgetVisibilityAttribute ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > & Widget )
[]
SWidget::AddMetadata
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
Add metadata to this widget.
SlateCore
template<typename MetaDataType> void AddMetadata ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< MetaDataType > & AddMe )
[]
SWidget::Advanced_AsInvalidationRoot
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
SlateCore
virtual const [FSlateInvalidationRoot](API\Runtime\SlateCore\FastUpdate\FSlateInvalidationRoot) * Advanced_AsInvalidationRoot() const
[]
SWidget::Advanced_GetPaintParentWidget
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
SlateCore
FORCEINLINE[TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > Advanced_GetPaintParentWidget() const
[]
SWidget::Advanced_InvalidateVolatility
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
Recalculates and caches volatility and returns 'true' if the volatility changed.
SlateCore
FORCEINLINEbool Advanced_InvalidateVolatility()
[]
SWidget::Advanced_IsInvalidationRoot
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
SlateCore
virtual bool Advanced_IsInvalidationRoot() const
[]
SWidget::AssignParentWidget
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
SlateCore
void AssignParentWidget ( [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > InParent )
[]
SWidget::ArrangeChildren
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
Optionally, update the collapsed attributes (attributes that affect the visibility) of the children before executing the virtual ArrangeChildren function. The visibility attribute is updated once per frame (see SlatePrepass). Use the option when you are calling ArrangeChildren outside of the regularSWidgetPaint/Tick.
SlateCore
void ArrangeChildren ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & AllottedGeometry, [FArrangedChildren](API\Runtime\SlateCore\Layout\FArrangedChildren) & ArrangedChildren, bool bUpdateAttributes ) const
[]
SWidget::CacheDesiredSize
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
The system calls this method. It performs a breadth-first traversal of every visible widget and asks each widget to cache how big it needs to be in order to present all of its content.
SlateCore
virtual void CacheDesiredSize ( float InLayoutScaleMultiplier )
[]
SWidget::CalculateCullingAndClippingRules
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
Calculates what if any clipping state changes need to happen when drawing this widget. the culling rect that should be used going forward.
SlateCore
[FSlateRect](API\Runtime\SlateCore\Layout\FSlateRect) CalculateCullingAndClippingRules ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & AllottedGeometry, const [FSlateRect](API\Runtime\SlateCore\Layout\FSlateRect) & MyCullingRect, bool & bClipToBounds, bool & bAlwaysClip, bool & bIntersectClipBounds ) const
[]
SWidget::CacheVolatility
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
Recalculates volatility of the widget and caches the result. Should be called any time anything examined by your implementation of ComputeVolatility is changed.
SlateCore
FORCEINLINEvoid CacheVolatility()
[]
SWidget::CanChildrenBeAccessible
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
Checks whether this widget allows its children to be accessible or not. true if children can be accessible.
SlateCore
bool CanChildrenBeAccessible() const
[]
SWidget::ComputeFlowDirection
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
Establishes a new flow direction potentially, if this widget has a particular preference for it and all its children.
SlateCore
EFlowDirection ComputeFlowDirection() const
[]
SWidget::ComputeDesiredSize
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
Note thatComputeDesiredSize()is meant as an aide to the developer. It is NOT meant to be very robust in many cases. If your widget is simulating a bouncing ball, you should just return a reasonable size; e.g. 160x160. Let the programmer set up a reasonable rule of resizing the bouncy ball simulation. The desired size.
SlateCore
FVector2D ComputeDesiredSize ( float LayoutScaleMultiplier ) const
[]
SWidget::Advanced_IsWindow
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
Is this widget derivative ofSWindow
SlateCore
virtual bool Advanced_IsWindow() const
[]
SWidget::ComputeVolatility
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
Recomputes the volatility of the widget. If you have additional state you automatically want to make the widget volatile, you should sample that information here.
SlateCore
virtual bool ComputeVolatility() const
[]
SWidget::ConditionallyDetatchParentWidget
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
SlateCore
bool ConditionallyDetatchParentWidget ( [SWidget](API\Runtime\SlateCore\Widgets\SWidget) * InExpectedParent )
[]
SWidget::Construct
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
Construct aSWidgetbased on initial parameters.
SlateCore
void Construct ( 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::CreateAccessibleWidget
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
SlateCore
virtual [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< class FSlateAccessibleWidget > CreateAccessibleWidget()
[]
SWidget::CustomPrepass
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
SlateCore
virtual bool CustomPrepass ( float LayoutScaleMultiplier )
[]
SWidget::Debug_GetChildrenForReflector
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
Returns all Widgets, including widget hidden from the invalidation system. This is used by the WidgetReflector.
SlateCore
virtual [FChildren](API\Runtime\SlateCore\Layout\FChildren) * Debug_GetChildrenForReflector()
[]
SWidget::Debug_GetLastPaintFrame
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
SlateCore
uint32 Debug_GetLastPaintFrame() const
[]
SWidget::EnableToolTipForceField
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
Sets whether this widget is a "tool tip force field". That is, tool-tips should never spawn over the area occupied by this widget, and will instead be repelled to an outside edge
SlateCore
void EnableToolTipForceField ( const bool bEnableForceField )
[]
SWidget::FindChildGeometries
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
Find the geometry of a descendant widget. This method assumes that WidgetsToFind are a descendants of this widget. Note that not all widgets are guaranteed to be found; OutResult will contain null entries for missing widgets. True if all the WidgetGeometries were found. False otherwise.
SlateCore
bool FindChildGeometries ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [TSet](API\Runtime\Core\Containers\TSet)< [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > > & WidgetsToFind, [TMap](API\Runtime\Core\Containers\TMap)< [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) >, [FArrangedWidget](API\Runtime\SlateCore\Layout\FArrangedWidget) > & OutResult ) const
[]
SWidget::FindChildGeometries_Helper
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
Actual implementation of FindChildGeometries.
SlateCore
void FindChildGeometries_Helper ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [TSet](API\Runtime\Core\Containers\TSet)< [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > > & WidgetsToFind, [TMap](API\Runtime\Core\Containers\TMap)< [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) >, [FArrangedWidget](API\Runtime\SlateCore\Layout\FArrangedWidget) > & OutResult ) const
[]
SWidget::FindChildGeometry
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
Find the geometry of a descendant widget. This method assumes that WidgetToFind is a descendant of this widget. the geometry of WidgetToFind.
SlateCore
[FGeometry](API\Runtime\SlateCore\Layout\FGeometry) FindChildGeometry ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > WidgetToFind ) const
[]
SWidget::FindChildUnderMouse
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
The index of the child that the mouse is currently hovering
SlateCore
static int32 FindChildUnderMouse ( const [FArrangedChildren](API\Runtime\SlateCore\Layout\FArrangedChildren) & Children, const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & MouseEvent )
[]
SWidget::ForceVolatile
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
Should this widget always appear as volatile for any layout caching host widget. A volatile widget's geometry and layout data will never be cached, and neither will any children.
SlateCore
FORCEINLINEvoid ForceVolatile ( bool bForce )
[]
SWidget::FindChildUnderPosition
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
The index of the child that is under the specified position
SlateCore
static int32 FindChildUnderPosition ( const [FArrangedChildren](API\Runtime\SlateCore\Layout\FArrangedChildren) & Children, const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & ArrangedSpacePosition )
[]
SWidget::GetAccessibleBehavior
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
Get the behavior describing how the accessible text of this widget should be retrieved. The accessible behavior of the widget.
SlateCore
EAccessibleBehavior GetAccessibleBehavior ( EAccessibleType AccessibleType ) const
[]
SWidget::GetAccessibleSummary
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
Traverse all child widgets and concat their results of GetAccessibleText(Summary). The combined text of all child widget's summary text.
SlateCore
[FText](API\Runtime\Core\Internationalization\FText) GetAccessibleSummary() const
[]
SWidget::GetAccessibleText
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
Get the text that should be reported to the user when attempting to access this widget. The text that should be conveyed to the user describing this widget.
SlateCore
[FText](API\Runtime\Core\Internationalization\FText) GetAccessibleText ( EAccessibleType AccessibleType ) const
[]
SWidget::GetAllChildren
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
Should be name GetFastPathChildren or GetInvalidationChildren
SlateCore
virtual [FChildren](API\Runtime\SlateCore\Layout\FChildren) * GetAllChildren()
[]
SWidget::GetAllMetaData
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
Get all metadata of the type provided. all the metadata found of the specified type.
SlateCore
template<typename MetaDataType> [TArray](API\Runtime\Core\Containers\TArray)< [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< MetaDataType > > GetAllMetaData() const
[]
SWidget::GetAllocSize
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
SlateCore
size_t GetAllocSize() const
[]
SWidget::GetCanTick
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
SlateCore
bool GetCanTick() const
[]
SWidget::GetCachedGeometry
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
Deprecated* GetCachedGeometry has been deprecated, use GetTickSpaceGeometry instead
SlateCore
const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & GetCachedGeometry() const
[]
SWidget::GetClipping
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
The current clipping rules for this widget.
SlateCore
FORCEINLINEEWidgetClipping GetClipping() const
[]
SWidget::GetChildren
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
Should be renamed to GetVisibleChildren (not ALL children will be returned in all cases).
SlateCore
[FChildren](API\Runtime\SlateCore\Layout\FChildren) * GetChildren()
[]
SWidget::GetCreatedInLocation
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
AnFNameof the widget's code location (full path with number == line number of the file)
SlateCore
[FName](API\Runtime\Core\UObject\FName) GetCreatedInLocation() const
[]
SWidget::GetCullingBoundsExtension
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
CullingBoundsExtension
SlateCore
FORCEINLINE[FMargin](API\Runtime\SlateCore\Layout\FMargin) GetCullingBoundsExtension() const
[]
SWidget::GetCurrentClippingState
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
Returns the clipping state to clip this widget against its parent
SlateCore
const [TOptional](API\Runtime\Core\IO\TOptional)< [FSlateClippingState](API\Runtime\SlateCore\Layout\FSlateClippingState) > & GetCurrentClippingState() const
[]
SWidget::GetCursor
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
The cursor to show when the mouse is hovering over this widget.
SlateCore
virtual [TOptional](API\Runtime\Core\IO\TOptional)< [EMouseCursor::Type](API\Runtime\ApplicationCore\GenericPlatform\EMouseCursor__Type) > GetCursor() const
[]
SWidget::GetDefaultAccessibleText
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
Assign AccessibleText with a default value that can be used when AccessibleBehavior is set to Auto or Custom.
SlateCore
virtual [TOptional](API\Runtime\Core\IO\TOptional)< [FText](API\Runtime\Core\Internationalization\FText) > GetDefaultAccessibleText ( EAccessibleType AccessibleType ) const
[]
SWidget::GetDesiredSize
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
the DesiredSize that was computed the last timeCacheDesiredSize()was called.
SlateCore
[UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) GetDesiredSize() const
[]
SWidget::GetDisabledForegroundColor
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
the Foreground color that this widget sets when this widget or any of its ancestors are disabled; unset options if the widget does not set a foreground color
SlateCore
virtual [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) GetDisabledForegroundColor() const
[]
SWidget::GetEnabledStateAttribute
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
an attribute reference of EnabledStateAttribute
SlateCore
[TSlateAttributeRef](API\Runtime\SlateCore\Widgets\SWidget\TSlateAttributeRef)< bool > GetEnabledStateAttribute() const
[]
SWidget::GetFocusBrush
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
a brush to draw focus, nullptr if no focus drawing is desired
SlateCore
virtual const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * GetFocusBrush() const
[]
SWidget::GetForegroundColor
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
the Foreground color that this widget sets; unset options if the widget does not set a foreground color
SlateCore
virtual [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) GetForegroundColor() const
[]
SWidget::GetFlowDirectionPreference
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
Gets the desired flow direction for the layout.
SlateCore
EFlowDirectionPreference GetFlowDirectionPreference() const
[]
SWidget::GetHoveredAttribute
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
an attribute reference of HoveredAttribute
SlateCore
[TSlateAttributeRef](API\Runtime\SlateCore\Widgets\SWidget\TSlateAttributeRef)< bool > GetHoveredAttribute() const
[]
SWidget::GetId
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
The widget's id
SlateCore
uint64 GetId() const
[]
SWidget::GetMetaData
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
Get the metadata of the type provided. the first metadata of the type supplied that we encounter
SlateCore
template<typename MetaDataType> [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< MetaDataType > GetMetaData() const
[]
SWidget::GetParentWidget
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
SlateCore
FORCEINLINE[TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > GetParentWidget() const
[]
SWidget::GetPaintSpaceGeometry
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
Gets the last geometry used to Tick the widget. This data may not exist yet if this call happens prior to the widget having been ticked/painted, or it may be out of date, or a frame behind.
SlateCore
const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & GetPaintSpaceGeometry() const
[]
SWidget::GetPersistentState
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
SlateCore
const [FSlateWidgetPersistentState](API\Runtime\SlateCore\FastUpdate\FSlateWidgetPersistentState) & GetPersistentState() const
[]
SWidget::GetPixelSnapping
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
The current pixel snapping rules for this widget.
SlateCore
FORCEINLINEEWidgetPixelSnapping GetPixelSnapping() const
[]
SWidget::GetReadableLocation
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
A String of the widget's code location in readable format "BaseFileName(LineNumber)"
SlateCore
virtual [FString](API\Runtime\Core\Containers\FString) GetReadableLocation() const
[]
SWidget::GetPrepassLayoutScaleMultiplier
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
SlateCore
float GetPrepassLayoutScaleMultiplier() const
[]