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
|
---|---|---|---|---|---|
FVirtualPointerPosition::FVirtualPointerPosition | /Engine/Source/Runtime/SlateCore/Public/Input/Events.h | SlateCore | FVirtualPointerPosition() | [] |
|
FVirtualPointerPosition::FVirtualPointerPosition | /Engine/Source/Runtime/SlateCore/Public/Input/Events.h | SlateCore | FVirtualPointerPosition ( const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & InCurrentCursorPosition, const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & InLastCursorPosition ) | [] |
|
FVirtualPointerPosition | /Engine/Source/Runtime/SlateCore/Public/Input/Events.h | Represents the current and last cursor position in a "virtual window" for events that are routed to widgets transformed in a 3D scene. | SlateCore | struct FVirtualPointerPosition | [
{
"type": "UE::Slate::FDep...",
"name": "CurrentCursorPosition",
"description": ""
},
{
"type": "UE::Slate::FDep...",
"name": "LastCursorPosition",
"description": ""
}
] |
EActivationType | /Engine/Source/Runtime/SlateCore/Public/Input/Events.h | SlateCore | enum EActivationType { EA_Activate, EA_ActivateByMouse, EA_Deactivate, } | [] |
|
FWindowActivateEvent::GetActivationType | /Engine/Source/Runtime/SlateCore/Public/Input/Events.h | Describes what actually happened to the window (e.g. Activated, Deactivated, Activated by a mouse click) | SlateCore | [EActivationType](API\Runtime\SlateCore\Input\FWindowActivateEvent\EActivationType) GetActivationType() const | [] |
FWindowActivateEvent::GetAffectedWindow | /Engine/Source/Runtime/SlateCore/Public/Input/Events.h | The window that this activation/deactivation happened to | SlateCore | [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWindow](API\Runtime\SlateCore\Widgets\SWindow) > GetAffectedWindow() const | [] |
FWindowActivateEvent::FWindowActivateEvent | /Engine/Source/Runtime/SlateCore/Public/Input/Events.h | SlateCore | FWindowActivateEvent ( [EActivationType](API\Runtime\SlateCore\Input\FWindowActivateEvent\EActivationType) InActivationType, [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWindow](API\Runtime\SlateCore\Widgets\SWindow) > InAffectedWindow ) | [] |
|
FWindowActivateEvent | /Engine/Source/Runtime/SlateCore/Public/Input/Events.h | FWindowActivateEventdescribes a window being activated or deactivated. (i.e. brought to the foreground or moved to the background) This event is only passed to top level windows; most widgets are incapable of receiving this event. | SlateCore | class FWindowActivateEvent | [] |
ICustomHitTestPath::ArrangeCustomHitTestChildren | /Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h | SlateCore | void ArrangeCustomHitTestChildren ( [FArrangedChildren](API\Runtime\SlateCore\Layout\FArrangedChildren) & ArrangedChildren ) const | [] |
|
ICustomHitTestPath::GetBubblePathAndVirtualCursors | /Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h | SlateCore | [TArray](API\Runtime\Core\Containers\TArray)< [FWidgetAndPointer](API\Runtime\SlateCore\Layout\FWidgetAndPointer) > GetBubblePathAndVirtualCursors ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & InGeometry, FVector2D DesktopSpaceCoordinate, bool bIgnoreEnabledStatus ) const | [] |
|
ICustomHitTestPath::TranslateMouseCoordinateForCustomHitTestChild | /Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h | SlateCore | [TOptional](API\Runtime\Core\IO\TOptional)< [FVirtualPointerPosition](API\Runtime\SlateCore\Input\FVirtualPointerPosition) > TranslateMouseCoordinateForCustomHitTestChild ( const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) & ChildWidget, const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const FVector2D ScreenSpaceMouseCoordinate, const FVector2D LastScreenSpaceMouseCoordinate ) const | [] |
|
ICustomHitTestPath::~ICustomHitTestPath | /Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h | SlateCore | virtual ~ICustomHitTestPath() | [] |
|
ICustomHitTestPath | /Engine/Source/Runtime/SlateCore/Public/Input/HittestGrid.h | SlateCore | class ICustomHitTestPath | [] |
|
TReplyBase::Me | /Engine/Source/Runtime/SlateCore/Public/Input/ReplyBase.h | a reference to this reply | SlateCore | ReplyType & Me() | [] |
TReplyBase::SetHandler | /Engine/Source/Runtime/SlateCore/Public/Input/ReplyBase.h | Set the widget that handled the event; undefined if never handled. This method is to be used by SlateApplication only! | SlateCore | ReplyType & SetHandler ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > & InHandler ) | [] |
TReplyBase::TReplyBase | /Engine/Source/Runtime/SlateCore/Public/Input/ReplyBase.h | SlateCore | TReplyBase ( bool bIsHandled ) | [] |
|
TReplyBase | /Engine/Source/Runtime/SlateCore/Public/Input/ReplyBase.h | SlateCore | template<typename ReplyType> class TReplyBase : public [FReplyBase](API\Runtime\SlateCore\Input\FReplyBase) | [] |
|
WithCopy | /Engine/Source/Runtime/SlateCore/Public/Input/Events.h | SlateCore | enum &123; WithCopy = true &125; | [] |
|
TStructOpsTypeTraits< FAnalogInputEvent > | /Engine/Source/Runtime/SlateCore/Public/Input/Events.h | SlateCore | template<> struct TStructOpsTypeTraits< FAnalogInputEvent > : public [TStructOpsTypeTraitsBase2< FAnalogInputEvent >](API\Runtime\CoreUObject\UObject\TStructOpsTypeTraitsBase2) | [] |
|
WithCopy | /Engine/Source/Runtime/SlateCore/Public/Input/Events.h | SlateCore | enum &123; WithCopy = true &125; | [] |
|
TStructOpsTypeTraits< FCharacterEvent > | /Engine/Source/Runtime/SlateCore/Public/Input/Events.h | SlateCore | template<> struct TStructOpsTypeTraits< FCharacterEvent > : public [TStructOpsTypeTraitsBase2< FCharacterEvent >](API\Runtime\CoreUObject\UObject\TStructOpsTypeTraitsBase2) | [] |
|
WithCopy | /Engine/Source/Runtime/SlateCore/Public/Input/Events.h | SlateCore | enum &123; WithCopy = true &125; | [] |
|
TStructOpsTypeTraits< FInputEvent > | /Engine/Source/Runtime/SlateCore/Public/Input/Events.h | SlateCore | template<> struct TStructOpsTypeTraits< FInputEvent > : public [TStructOpsTypeTraitsBase2< FInputEvent >](API\Runtime\CoreUObject\UObject\TStructOpsTypeTraitsBase2) | [] |
|
WithCopy | /Engine/Source/Runtime/SlateCore/Public/Input/Events.h | SlateCore | enum &123; WithCopy = true &125; | [] |
|
TStructOpsTypeTraits< FKeyEvent > | /Engine/Source/Runtime/SlateCore/Public/Input/Events.h | SlateCore | template<> struct TStructOpsTypeTraits< FKeyEvent > : public [TStructOpsTypeTraitsBase2< FKeyEvent >](API\Runtime\CoreUObject\UObject\TStructOpsTypeTraitsBase2) | [] |
|
WithCopy | /Engine/Source/Runtime/SlateCore/Public/Input/Events.h | SlateCore | enum &123; WithCopy = true &125; | [] |
|
TStructOpsTypeTraits< FMotionEvent > | /Engine/Source/Runtime/SlateCore/Public/Input/Events.h | SlateCore | template<> struct TStructOpsTypeTraits< FMotionEvent > : public [TStructOpsTypeTraitsBase2< FMotionEvent >](API\Runtime\CoreUObject\UObject\TStructOpsTypeTraitsBase2) | [] |
|
WithCopy | /Engine/Source/Runtime/SlateCore/Public/Input/Events.h | SlateCore | enum &123; WithCopy = true &125; | [] |
|
TStructOpsTypeTraits< FNavigationEvent > | /Engine/Source/Runtime/SlateCore/Public/Input/Events.h | SlateCore | template<> struct TStructOpsTypeTraits< FNavigationEvent > : public [TStructOpsTypeTraitsBase2< FNavigationEvent >](API\Runtime\CoreUObject\UObject\TStructOpsTypeTraitsBase2) | [] |
|
WithCopy | /Engine/Source/Runtime/SlateCore/Public/Input/Events.h | SlateCore | enum &123; WithCopy = true &125; | [] |
|
TStructOpsTypeTraits< FPointerEvent > | /Engine/Source/Runtime/SlateCore/Public/Input/Events.h | SlateCore | template<> struct TStructOpsTypeTraits< FPointerEvent > : public [TStructOpsTypeTraitsBase2< FPointerEvent >](API\Runtime\CoreUObject\UObject\TStructOpsTypeTraitsBase2) | [] |
|
AlignmentArrangeResult::AlignmentArrangeResult | /Engine/Source/Runtime/SlateCore/Public/Layout/LayoutUtils.h | SlateCore | AlignmentArrangeResult ( float InOffset, float InSize ) | [] |
|
AlignmentArrangeResult | /Engine/Source/Runtime/SlateCore/Public/Layout/LayoutUtils.h | SlateCore | struct AlignmentArrangeResult | [
{
"type": "float",
"name": "Offset",
"description": ""
},
{
"type": "float",
"name": "Size",
"description": ""
}
] |
|
All | /Engine/Source/Runtime/SlateCore/Public/Layout/Visibility.h | Any visibility will do | SlateCore | static const [EVisibility](API\Runtime\SlateCore\Layout\EVisibility) All; | [] |
EVisibility::AreChildrenHitTestVisible | /Engine/Source/Runtime/SlateCore/Public/Layout/Visibility.h | SlateCore | bool AreChildrenHitTestVisible() const | [] |
|
Collapsed | /Engine/Source/Runtime/SlateCore/Public/Layout/Visibility.h | Not visible and takes up no space in the layout (obviously not hit-testable). | SlateCore | static const [EVisibility](API\Runtime\SlateCore\Layout\EVisibility) Collapsed; | [] |
EVisibility::DoesVisibilityPassFilter | /Engine/Source/Runtime/SlateCore/Public/Layout/Visibility.h | SlateCore | static bool DoesVisibilityPassFilter ( const [EVisibility](API\Runtime\SlateCore\Layout\EVisibility) InVisibility, const [EVisibility](API\Runtime\SlateCore\Layout\EVisibility) InVisibilityFilter ) | [] |
|
EVisibility::IsHitTestVisible | /Engine/Source/Runtime/SlateCore/Public/Layout/Visibility.h | SlateCore | bool IsHitTestVisible() const | [] |
|
Hidden | /Engine/Source/Runtime/SlateCore/Public/Layout/Visibility.h | Not visible but occupies layout space (obviously not hit-testable). | SlateCore | static const [EVisibility](API\Runtime\SlateCore\Layout\EVisibility) Hidden; | [] |
EVisibility::IsVisible | /Engine/Source/Runtime/SlateCore/Public/Layout/Visibility.h | SlateCore | bool IsVisible() const | [] |
|
HitTestInvisible | /Engine/Source/Runtime/SlateCore/Public/Layout/Visibility.h | Visible but not hit-testable (cannot interact with cursor) and children in the hierarchy (if any) are also not hit-testable. | SlateCore | static const [EVisibility](API\Runtime\SlateCore\Layout\EVisibility) HitTestInvisible; | [] |
EVisibility::operator== | /Engine/Source/Runtime/SlateCore/Public/Layout/Visibility.h | SlateCore | bool operator== ( const [EVisibility](API\Runtime\SlateCore\Layout\EVisibility) & Other ) const | [] |
|
EVisibility::operator!= | /Engine/Source/Runtime/SlateCore/Public/Layout/Visibility.h | SlateCore | bool operator!= ( const [EVisibility](API\Runtime\SlateCore\Layout\EVisibility) & Other ) const | [] |
|
Private | /Engine/Source/Runtime/SlateCore/Public/Layout/Visibility.h | SlateCore | enum Private { VISPRIVATE_Visible = 0x1 << 0, VISPRIVATE_Collapsed = 0x1 << 1, VISPRIVATE_Hidden = 0x1 << 2, VISPRIVATE_SelfHitTestVisible = 0x1 << 3, VISPRIVATE_ChildrenHitTestVisible = 0x1 << 4, VIS_Visible = VISPRIVATE_Visible | VISPRIVATE_SelfHitTestVisible | VISPRIVATE_ChildrenHitTestVisible, VIS_Collapsed = VISPRIVATE_Collapsed, VIS_Hidden = VISPRIVATE_Hidden, VIS_HitTestInvisible = VISPRIVATE_Visible, VIS_SelfHitTestInvisible = VISPRIVATE_Visible | VISPRIVATE_ChildrenHitTestVisible, VIS_All = VISPRIVATE_Visible | VISPRIVATE_Hidden | VISPRIVATE_Collapsed | VISPRIVATE_SelfHitTestVisible | VISPRIVATE_ChildrenHitTestVisible, } | [] |
|
SelfHitTestInvisible | /Engine/Source/Runtime/SlateCore/Public/Layout/Visibility.h | Visible but not hit-testable (cannot interact with cursor) and doesn't affect hit-testing on children (if any). | SlateCore | static const [EVisibility](API\Runtime\SlateCore\Layout\EVisibility) SelfHitTestInvisible; | [] |
EVisibility::ToString | /Engine/Source/Runtime/SlateCore/Public/Layout/Visibility.h | SlateCore | [FString](API\Runtime\Core\Containers\FString) ToString() const | [] |
|
Visible | /Engine/Source/Runtime/SlateCore/Public/Layout/Visibility.h | Visible and hit-testable (can interact with cursor). Default value. | SlateCore | static const [EVisibility](API\Runtime\SlateCore\Layout\EVisibility) Visible; | [] |
EVisibility::EVisibility | /Engine/Source/Runtime/SlateCore/Public/Layout/Visibility.h | The default visibility is 'visible'. | SlateCore | EVisibility() | [] |
EVisibility::EVisibility | /Engine/Source/Runtime/SlateCore/Public/Layout/Visibility.h | Private constructor. | SlateCore | EVisibility &40; Private InValue &41; | [] |
FArrangedChildren::Accepts | /Engine/Source/Runtime/SlateCore/Public/Layout/ArrangedChildren.h | SlateCore | bool Accepts ( [EVisibility](API\Runtime\SlateCore\Layout\EVisibility) InVisibility ) const | [] |
|
EVisibility | /Engine/Source/Runtime/SlateCore/Public/Layout/Visibility.h | Is an entity visible? | SlateCore | struct EVisibility | [
{
"type": "TEnumAsByte< Pr...",
"name": "Value",
"description": ""
}
] |
FArrangedChildren::AddWidget | /Engine/Source/Runtime/SlateCore/Public/Layout/ArrangedChildren.h | Add an arranged widget (i.e. widget and its resulting geometry) to the list of Arranged children based on the the visibility filter and the arranged widget's visibility | SlateCore | void AddWidget ( const [FArrangedWidget](API\Runtime\SlateCore\Layout\FArrangedWidget) & InWidgetGeometry ) | [] |
FArrangedChildren::AddWidget | /Engine/Source/Runtime/SlateCore/Public/Layout/ArrangedChildren.h | Add an arranged widget (i.e. widget and its resulting geometry) to the list of Arranged children. | SlateCore | void AddWidget ( [EVisibility](API\Runtime\SlateCore\Layout\EVisibility) VisibilityOverride, const [FArrangedWidget](API\Runtime\SlateCore\Layout\FArrangedWidget) & InWidgetGeometry ) | [] |
FArrangedChildren::Append | /Engine/Source/Runtime/SlateCore/Public/Layout/ArrangedChildren.h | SlateCore | void Append ( const [FArrangedChildren](API\Runtime\SlateCore\Layout\FArrangedChildren) & Source ) | [] |
|
FArrangedChildren::Allows3DWidgets | /Engine/Source/Runtime/SlateCore/Public/Layout/ArrangedChildren.h | SlateCore | bool Allows3DWidgets() const | [] |
|
FArrangedChildren::Empty | /Engine/Source/Runtime/SlateCore/Public/Layout/ArrangedChildren.h | SlateCore | void Empty() | [] |
|
FArrangedWidgetArray | /Engine/Source/Runtime/SlateCore/Public/Layout/ArrangedChildren.h | SlateCore | typedef [TArray](API\Runtime\Core\Containers\TArray)< [FArrangedWidget](API\Runtime\SlateCore\Layout\FArrangedWidget), TInlineAllocator< 4 > > FArrangedWidgetArray | [] |
|
FArrangedChildren::FindLastByPredicate | /Engine/Source/Runtime/SlateCore/Public/Layout/ArrangedChildren.h | SlateCore | template<typename PredicateType> int32 FindLastByPredicate ( const PredicateType & Pred ) const | [] |
|
FArrangedChildren::FindItemIndex | /Engine/Source/Runtime/SlateCore/Public/Layout/ArrangedChildren.h | SlateCore | int32 FindItemIndex ( const [FArrangedWidget](API\Runtime\SlateCore\Layout\FArrangedWidget) & ItemToFind ) const | [] |
|
FArrangedChildren::GetFilter | /Engine/Source/Runtime/SlateCore/Public/Layout/ArrangedChildren.h | SlateCore | [EVisibility](API\Runtime\SlateCore\Layout\EVisibility) GetFilter() const | [] |
|
FArrangedChildren::GetInternalArray | /Engine/Source/Runtime/SlateCore/Public/Layout/ArrangedChildren.h | SlateCore | [FArrangedWidgetArray](API\Runtime\SlateCore\Layout\FArrangedChildren\FArrangedWidgetArray) & GetInternalArray() | [] |
|
FArrangedChildren::GetInternalArray | /Engine/Source/Runtime/SlateCore/Public/Layout/ArrangedChildren.h | SlateCore | const [FArrangedWidgetArray](API\Runtime\SlateCore\Layout\FArrangedChildren\FArrangedWidgetArray) & GetInternalArray() const | [] |
|
FArrangedChildren::Hittest2_FromArray | /Engine/Source/Runtime/SlateCore/Public/Layout/ArrangedChildren.h | SlateCore | static [FArrangedChildren](API\Runtime\SlateCore\Layout\FArrangedChildren) Hittest2_FromArray ( const [TArrayView](API\Runtime\Core\Containers\TArrayView)< [FWidgetAndPointer](API\Runtime\SlateCore\Layout\FWidgetAndPointer) > InWidgets ) | [] |
|
FArrangedChildren::IndexOfByPredicate | /Engine/Source/Runtime/SlateCore/Public/Layout/ArrangedChildren.h | SlateCore | template<typename PredicateType> int32 IndexOfByPredicate ( const PredicateType & Pred ) const | [] |
|
FArrangedChildren::InsertWidget | /Engine/Source/Runtime/SlateCore/Public/Layout/ArrangedChildren.h | SlateCore | void InsertWidget ( const [FArrangedWidget](API\Runtime\SlateCore\Layout\FArrangedWidget) & InWidgetGeometry, int32 Index ) | [] |
|
FArrangedChildren::InsertWidget | /Engine/Source/Runtime/SlateCore/Public/Layout/ArrangedChildren.h | SlateCore | void InsertWidget ( [EVisibility](API\Runtime\SlateCore\Layout\EVisibility) VisibilityOverride, const [FArrangedWidget](API\Runtime\SlateCore\Layout\FArrangedWidget) & InWidgetGeometry, int32 Index ) | [] |
|
FArrangedChildren::IsValidIndex | /Engine/Source/Runtime/SlateCore/Public/Layout/ArrangedChildren.h | SlateCore | bool IsValidIndex ( int32 Index ) | [] |
|
FArrangedChildren::Last | /Engine/Source/Runtime/SlateCore/Public/Layout/ArrangedChildren.h | SlateCore | const [FArrangedWidget](API\Runtime\SlateCore\Layout\FArrangedWidget) & Last() const | [] |
|
FArrangedChildren::Last | /Engine/Source/Runtime/SlateCore/Public/Layout/ArrangedChildren.h | SlateCore | [FArrangedWidget](API\Runtime\SlateCore\Layout\FArrangedWidget) & Last() | [] |
|
FArrangedChildren::Num | /Engine/Source/Runtime/SlateCore/Public/Layout/ArrangedChildren.h | SlateCore | int32 Num() const | [] |
|
FArrangedChildren::operator[] | /Engine/Source/Runtime/SlateCore/Public/Layout/ArrangedChildren.h | SlateCore | const [FArrangedWidget](API\Runtime\SlateCore\Layout\FArrangedWidget) & operator[] ( int32 Index ) const | [] |
|
FArrangedChildren::operator[] | /Engine/Source/Runtime/SlateCore/Public/Layout/ArrangedChildren.h | SlateCore | [FArrangedWidget](API\Runtime\SlateCore\Layout\FArrangedWidget) & operator[] ( int32 Index ) | [] |
|
FArrangedChildren::Remove | /Engine/Source/Runtime/SlateCore/Public/Layout/ArrangedChildren.h | SlateCore | void Remove ( int32 Index, int32 Count ) | [] |
|
FArrangedChildren::Reverse | /Engine/Source/Runtime/SlateCore/Public/Layout/ArrangedChildren.h | Reverse the order of the arranged children | SlateCore | void Reverse() | [] |
FArrangedChildren::SetFilter | /Engine/Source/Runtime/SlateCore/Public/Layout/ArrangedChildren.h | SlateCore | void SetFilter ( [EVisibility](API\Runtime\SlateCore\Layout\EVisibility) InVisibility ) | [] |
|
FArrangedChildren::FArrangedChildren | /Engine/Source/Runtime/SlateCore/Public/Layout/ArrangedChildren.h | Construct a new container for arranged children that only accepts children that match the VisibilityFilter. e.g.FArrangedChildrenArrangedChildren( VIS_All ); // Children will be included regardless of visibilityFArrangedChildrenArrangedChildren( EVisibility::Visible ); // Only visible children will be includedFArrangedChildrenArrangedChildren( EVisibility::Collapsed | EVisibility::Hidden ); // Only hidden and collapsed children will be included. | SlateCore | FArrangedChildren ( [EVisibility](API\Runtime\SlateCore\Layout\EVisibility) InVisibilityFilter, bool bInAllow3DWidgets ) | [] |
FArrangedChildren | /Engine/Source/Runtime/SlateCore/Public/Layout/ArrangedChildren.h | The results of an ArrangeChildren are always returned as anFArrangedChildren.FArrangedChildrensupports a filter that is useful for excluding widgets with unwanted visibilities. | SlateCore | class FArrangedChildren | [] |
FArrangedWidget::GetNullWidget | /Engine/Source/Runtime/SlateCore/Public/Layout/ArrangedWidget.h | SlateCore | static const [FArrangedWidget](API\Runtime\SlateCore\Layout\FArrangedWidget) & GetNullWidget() | [] |
|
FArrangedWidget::GetWidgetPtr | /Engine/Source/Runtime/SlateCore/Public/Layout/ArrangedWidget.h | The widget that is being arranged. | SlateCore | [SWidget](API\Runtime\SlateCore\Widgets\SWidget) * GetWidgetPtr() const | [] |
FArrangedWidget::operator== | /Engine/Source/Runtime/SlateCore/Public/Layout/ArrangedWidget.h | Compares this widget arrangement with another for equality.
true if the two arrangements are equal, false otherwise. | SlateCore | bool operator== ( const [FArrangedWidget](API\Runtime\SlateCore\Layout\FArrangedWidget) & Other ) const | [] |
FArrangedWidget::ToString | /Engine/Source/Runtime/SlateCore/Public/Layout/ArrangedWidget.h | Gets the string representation of the Widget and corresponding Geometry.
String representation. | SlateCore | [FString](API\Runtime\Core\Containers\FString) ToString() const | [] |
FArrangedWidget::FArrangedWidget | /Engine/Source/Runtime/SlateCore/Public/Layout/ArrangedWidget.h | SlateCore | FArrangedWidget ( [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > InWidget, const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & InGeometry ) | [] |
|
FArrangedWidget | /Engine/Source/Runtime/SlateCore/Public/Layout/ArrangedWidget.h | A pair: Widget and its Geometry. Widgets populate an list of WidgetGeometries when they arrange their children. SeeSWidget::ArrangeChildren. | SlateCore | class FArrangedWidget | [
{
"type": "FGeometry",
"name": "Geometry",
"description": "The widget's geometry."
},
{
"type": "TSharedRef<SWi...",
"name": "Widget",
"description": "The widget that is being arranged."
}
] |
FBasicLayoutWidgetSlot | /Engine/Source/Runtime/SlateCore/Public/Layout/BasicLayoutWidgetSlot.h | The basic slot that can be used by layout. | SlateCore | class FBasicLayoutWidgetSlot : public [TBasicLayoutWidgetSlot< FBasicLayoutWidgetSlot >](API\Runtime\SlateCore\Layout\TBasicLayoutWidgetSlot) | [] |
ECopyConstruct | /Engine/Source/Runtime/SlateCore/Public/Layout/ChildrenBase.h | SlateCore | enum ECopyConstruct { CopyConstruct, } | [] |
|
FChildren::Debug_TestDestroyTag | /Engine/Source/Runtime/SlateCore/Public/Layout/ChildrenBase.h | SlateCore | void Debug_TestDestroyTag() const | [] |
|
ERefConstruct | /Engine/Source/Runtime/SlateCore/Public/Layout/ChildrenBase.h | SlateCore | enum ERefConstruct { ReferenceConstruct, } | [] |
|
FChildren::FConstWidgetRef::GetWidget | /Engine/Source/Runtime/SlateCore/Public/Layout/ChildrenBase.h | SlateCore | const SWidget & GetWidget&40;&41; const | [] |
|
FChildren::FConstWidgetRef::operator= | /Engine/Source/Runtime/SlateCore/Public/Layout/ChildrenBase.h | SlateCore | FConstWidgetRef & operator&61; &40; const FConstWidgetRef & &41; | [] |
|
FChildren::FConstWidgetRef::operator= | /Engine/Source/Runtime/SlateCore/Public/Layout/ChildrenBase.h | SlateCore | FConstWidgetRef & operator&61; &40; FConstWidgetRef && &41; | [] |
|
FChildren::FConstWidgetRef::FConstWidgetRef | /Engine/Source/Runtime/SlateCore/Public/Layout/ChildrenBase.h | SlateCore | FConstWidgetRef &40; const FConstWidgetRef & Other &41; | [] |
|
FChildren::FConstWidgetRef::FConstWidgetRef | /Engine/Source/Runtime/SlateCore/Public/Layout/ChildrenBase.h | SlateCore | FConstWidgetRef &40; ECopyConstruct, TSharedRef< const SWidget > InWidgetCopy &41; | [] |
|
FChildren::FConstWidgetRef::FConstWidgetRef | /Engine/Source/Runtime/SlateCore/Public/Layout/ChildrenBase.h | SlateCore | FConstWidgetRef &40; FConstWidgetRef && Other &41; | [] |
|
FChildren::FConstWidgetRef::FConstWidgetRef | /Engine/Source/Runtime/SlateCore/Public/Layout/ChildrenBase.h | SlateCore | FConstWidgetRef &40; ERefConstruct, const SWidget & InWidgetRef &41; | [] |
|
FConstWidgetRef | /Engine/Source/Runtime/SlateCore/Public/Layout/ChildrenBase.h | SlateCore | struct FConstWidgetRef | [] |
|
FChildren::ForEachWidget | /Engine/Source/Runtime/SlateCore/Public/Layout/ChildrenBase.h | Applies the predicate to all the widgets contained by theFChildren. | SlateCore | template<typename Predicate> void ForEachWidget ( Predicate && Pred ) | [] |
FChildren::FWidgetRef::GetWidget | /Engine/Source/Runtime/SlateCore/Public/Layout/ChildrenBase.h | SlateCore | SWidget & GetWidget&40;&41; const | [] |
|
FChildren::ForEachWidget | /Engine/Source/Runtime/SlateCore/Public/Layout/ChildrenBase.h | Applies the predicate to all the widgets contained by theFChildren. | SlateCore | template<typename Predicate> void ForEachWidget ( Predicate && Pred ) const | [] |
FChildren::FWidgetRef::operator= | /Engine/Source/Runtime/SlateCore/Public/Layout/ChildrenBase.h | SlateCore | FWidgetRef & operator&61; &40; FWidgetRef && &41; | [] |
|
FChildren::FWidgetRef::operator= | /Engine/Source/Runtime/SlateCore/Public/Layout/ChildrenBase.h | SlateCore | FWidgetRef & operator&61; &40; const FWidgetRef & &41; | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.