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
FChildren::FWidgetRef::FWidgetRef
/Engine/Source/Runtime/SlateCore/Public/Layout/ChildrenBase.h
SlateCore
FWidgetRef &40; const FWidgetRef & Other &41;
[]
FChildren::FWidgetRef::FWidgetRef
/Engine/Source/Runtime/SlateCore/Public/Layout/ChildrenBase.h
SlateCore
FWidgetRef &40; FWidgetRef && Other &41;
[]
FChildren::FWidgetRef::FWidgetRef
/Engine/Source/Runtime/SlateCore/Public/Layout/ChildrenBase.h
SlateCore
FWidgetRef &40; ECopyConstruct, TSharedRef< SWidget > InWidgetCopy &41;
[]
FChildren::FWidgetRef::FWidgetRef
/Engine/Source/Runtime/SlateCore/Public/Layout/ChildrenBase.h
SlateCore
FWidgetRef &40; ERefConstruct, SWidget & InWidgetRef &41;
[]
FWidgetRef
/Engine/Source/Runtime/SlateCore/Public/Layout/ChildrenBase.h
SlateCore
struct FWidgetRef
[]
FChildren::GetChildAt
/Engine/Source/Runtime/SlateCore/Public/Layout/ChildrenBase.h
pointer to the Widget at the specifiedIndex.
SlateCore
[TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > GetChildAt ( int32 Index )
[]
FChildren::GetChildAt
/Engine/Source/Runtime/SlateCore/Public/Layout/ChildrenBase.h
const pointer to the Widget at the specifiedIndex.
SlateCore
[TSharedRef](API\Runtime\Core\Templates\TSharedRef)< const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > GetChildAt ( int32 Index ) const
[]
FChildren::GetChildRefAt
/Engine/Source/Runtime/SlateCore/Public/Layout/ChildrenBase.h
ref to the Widget at the specifiedIndex.
SlateCore
[FWidgetRef](API\Runtime\SlateCore\Layout\FChildren\FWidgetRef) GetChildRefAt ( int32 Index )
[]
FChildren::GetChildRefAt
/Engine/Source/Runtime/SlateCore/Public/Layout/ChildrenBase.h
ref to the Widget at the specifiedIndex.
SlateCore
[FConstWidgetRef](API\Runtime\SlateCore\Layout\FChildren\FConstWidgetRef) GetChildRefAt ( int32 Index ) const
[]
FChildren::GetName
/Engine/Source/Runtime/SlateCore/Public/Layout/ChildrenBase.h
Option to give a name to Children to SlotAttribute purposes or for debugging.
SlateCore
[FName](API\Runtime\Core\UObject\FName) GetName() const
[]
FChildren::GetOwner
/Engine/Source/Runtime/SlateCore/Public/Layout/ChildrenBase.h
theSWidgetthat own theFChildren
SlateCore
[SWidget](API\Runtime\SlateCore\Widgets\SWidget) & GetOwner() const
[]
FChildren::GetSlotAt
/Engine/Source/Runtime/SlateCore/Public/Layout/ChildrenBase.h
the const reference to the slot at the specifiedIndex
SlateCore
const [FSlotBase](API\Runtime\SlateCore\FSlotBase) & GetSlotAt ( int32 ChildIndex ) const
[]
FChildren::Num
/Engine/Source/Runtime/SlateCore/Public/Layout/ChildrenBase.h
the number of children
SlateCore
int32 Num() const
[]
FChildren::NumSlot
/Engine/Source/Runtime/SlateCore/Public/Layout/ChildrenBase.h
the number of slot the children has.
SlateCore
virtual int32 NumSlot() const
[]
FChildren::operator new
/Engine/Source/Runtime/SlateCore/Public/Layout/ChildrenBase.h
SlateCore
void * operator new ( size_t )
[]
FChildren::operator new[]
/Engine/Source/Runtime/SlateCore/Public/Layout/ChildrenBase.h
SlateCore
void * operator new[] ( size_t )
[]
FChildren::SupportSlotWithSlateAttribute
/Engine/Source/Runtime/SlateCore/Public/Layout/ChildrenBase.h
if the Children can support slot with SlateSlotAttribute.
SlateCore
virtual bool SupportSlotWithSlateAttribute() const
[]
FChildren::FChildren
/Engine/Source/Runtime/SlateCore/Public/Layout/ChildrenBase.h
SlateCore
FChildren ( [SWidget](API\Runtime\SlateCore\Widgets\SWidget) * InOwner )
[]
FChildren::FChildren
/Engine/Source/Runtime/SlateCore/Public/Layout/ChildrenBase.h
SlateCore
FChildren ( std::nullptr_t )
[]
FChildren::FChildren
/Engine/Source/Runtime/SlateCore/Public/Layout/ChildrenBase.h
SlateCore
FChildren ( [SWidget](API\Runtime\SlateCore\Widgets\SWidget) * InOwner, [FName](API\Runtime\Core\UObject\FName) InName )
[]
FChildren::~FChildren
/Engine/Source/Runtime/SlateCore/Public/Layout/ChildrenBase.h
SlateCore
virtual ~FChildren()
[]
FChildren
/Engine/Source/Runtime/SlateCore/Public/Layout/ChildrenBase.h
FChildrenis intended to be returned by the GetChildren() method.
SlateCore
class FChildren
[]
FClipStateHandle::GetCachedClipState
/Engine/Source/Runtime/SlateCore/Public/Layout/Clipping.h
SlateCore
const [FSlateClippingState](API\Runtime\SlateCore\Layout\FSlateClippingState) * GetCachedClipState() const
[]
FClipStateHandle::GetPrecachedClipIndex
/Engine/Source/Runtime/SlateCore/Public/Layout/Clipping.h
SlateCore
int32 GetPrecachedClipIndex() const
[]
FClipStateHandle::SetCachedClipState
/Engine/Source/Runtime/SlateCore/Public/Layout/Clipping.h
SlateCore
void SetCachedClipState ( const [FSlateClippingState](API\Runtime\SlateCore\Layout\FSlateClippingState) * CachedState )
[]
FClipStateHandle::operator==
/Engine/Source/Runtime/SlateCore/Public/Layout/Clipping.h
SlateCore
bool operator== ( const [FClipStateHandle](API\Runtime\SlateCore\Layout\FClipStateHandle) & Other ) const
[]
FClipStateHandle::SetPreCachedClipIndex
/Engine/Source/Runtime/SlateCore/Public/Layout/Clipping.h
SlateCore
void SetPreCachedClipIndex ( int32 InClipIndex )
[]
FClipStateHandle::FClipStateHandle
/Engine/Source/Runtime/SlateCore/Public/Layout/Clipping.h
SlateCore
FClipStateHandle()
[]
FCombinedChildren::GetChildAt
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
pointer to the Widget at the specifiedIndex.
SlateCore
virtual [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > GetChildAt ( int32 Index )
[]
FCombinedChildren::AddChildren
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
SlateCore
void AddChildren ( [FChildren](API\Runtime\SlateCore\Layout\FChildren) & InLinkedChildren )
[]
FCombinedChildren::GetChildAt
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
const pointer to the Widget at the specifiedIndex.
SlateCore
virtual [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > GetChildAt ( int32 Index ) const
[]
FCombinedChildren::GetChildRefAt
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
ref to the Widget at the specifiedIndex.
SlateCore
virtual [FWidgetRef](API\Runtime\SlateCore\Layout\FChildren\FWidgetRef) GetChildRefAt ( int32 Index )
[]
FCombinedChildren::GetChildRefAt
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
ref to the Widget at the specifiedIndex.
SlateCore
virtual [FConstWidgetRef](API\Runtime\SlateCore\Layout\FChildren\FConstWidgetRef) GetChildRefAt ( int32 Index ) const
[]
FClipStateHandle
/Engine/Source/Runtime/SlateCore/Public/Layout/Clipping.h
SlateCore
struct FClipStateHandle
[]
FCombinedChildren::GetSlotAt
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
the const reference to the slot at the specifiedIndex
SlateCore
virtual const [FSlotBase](API\Runtime\SlateCore\FSlotBase) & GetSlotAt ( int32 ChildIndex ) const
[]
FCombinedChildren::Num
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
the number of children
SlateCore
virtual int32 Num() const
[]
FCombinedChildren::NumSlot
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
the number of slot the children has.
SlateCore
virtual int32 NumSlot() const
[]
FGeometry::AbsoluteToLocal
/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h
Absolute coordinates could be either desktop or window space depending on what space the root of the widget hierarchy is in. Transforms AbsoluteCoordinate into the local space of this Geometry.
SlateCore
[UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) AbsoluteToLocal ( [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) AbsoluteCoordinate ) const
[]
FGeometry::GetAbsolutePosition
/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h
Get the absolute position in render space.
SlateCore
[UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) GetAbsolutePosition() const
[]
FCombinedChildren
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
Occasionally you may need to keep multiple discrete sets of children with differing slot requirements. This data structure can be used to link multipleFChildrenunder a single accessor so you can always return all children from GetChildren, but internally manage them in their own child lists.
SlateCore
class FCombinedChildren : public [FChildren](API\Runtime\SlateCore\Layout\FChildren)
[ { "type": "TArray<FChildr...", "name": "LinkedChildren", "description": "" } ]
FGeometry::GetAbsolutePositionAtCoordinates
/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h
Example: Say you wanted to know the center of the widget in absolute space, GetAbsolutePositionAtCoordinates(FVector2f(0.5f, 0.5f));
SlateCore
[UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) GetAbsolutePositionAtCoordinates ( const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & NormalCoordinates ) const
[]
FGeometry::GetAbsoluteSize
/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h
Get the absolute size of the geometry in render space.
SlateCore
[UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) GetAbsoluteSize() const
[]
FGeometry::GetAccumulatedLayoutTransform
/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h
the accumulated layout transform. Shouldn't be needed in general.
SlateCore
[FSlateLayoutTransform](API\Runtime\SlateCore\Rendering\FSlateLayoutTransform) GetAccumulatedLayoutTransform() const
[]
FGeometry::AppendTransform
/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h
Special case method to append a layout transform to a geometry. This is used in cases where theFGeometrywas arranged in window space and we need to add the root desktop translation. If you find yourself wanting to use this function, ask someone if there's a better way.
SlateCore
void AppendTransform ( const [FSlateLayoutTransform](API\Runtime\SlateCore\Rendering\FSlateLayoutTransform) & LayoutTransform )
[]
FGeometry::GetAccumulatedRenderTransform
/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h
the accumulated render transform. Shouldn't be needed in general.
SlateCore
const FSlateRenderTransform & GetAccumulatedRenderTransform() const
[]
FGeometry::GetDrawSize
/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h
Absolute coordinates could be either desktop or window space depending on what space the root of the widget hierarchy is in. the size of the geometry in absolute space
SlateCore
[UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) GetDrawSize() const
[]
FGeometry::GetLayoutBoundingRect
/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h
SlateCore
[FSlateRect](API\Runtime\SlateCore\Layout\FSlateRect) GetLayoutBoundingRect() const
[]
FGeometry::GetLayoutBoundingRect
/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h
SlateCore
[FSlateRect](API\Runtime\SlateCore\Layout\FSlateRect) GetLayoutBoundingRect ( const [FSlateRect](API\Runtime\SlateCore\Layout\FSlateRect) & LocalSpaceRect ) const
[]
FGeometry::GetLayoutBoundingRect
/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h
SlateCore
[FSlateRect](API\Runtime\SlateCore\Layout\FSlateRect) GetLayoutBoundingRect ( const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & LocalSpaceExtendBy ) const
[]
FGeometry::GetLocalSize
/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h
the size of the geometry in local space.
SlateCore
[UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) GetLocalSize() const
[]
FGeometry::GetLocalPositionAtCoordinates
/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h
Example: Say you wanted to know the center of the widget in local space, GetLocalPositionAtCoordinates(FVector2f(0.5f, 0.5f));
SlateCore
[UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) GetLocalPositionAtCoordinates ( const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & NormalCoordinates ) const
[]
FGeometry::GetRenderBoundingRect
/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h
SlateCore
[FSlateRect](API\Runtime\SlateCore\Layout\FSlateRect) GetRenderBoundingRect() const
[]
FGeometry::GetRenderBoundingRect
/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h
SlateCore
[FSlateRect](API\Runtime\SlateCore\Layout\FSlateRect) GetRenderBoundingRect ( const [FMargin](API\Runtime\SlateCore\Layout\FMargin) & LocalSpaceExtendBy ) const
[]
FGeometry::GetRenderBoundingRect
/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h
SlateCore
[FSlateRect](API\Runtime\SlateCore\Layout\FSlateRect) GetRenderBoundingRect ( const [FSlateRect](API\Runtime\SlateCore\Layout\FSlateRect) & LocalSpaceRect ) const
[]
FGeometry::HasRenderTransform
/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h
SlateCore
bool HasRenderTransform() const
[]
FGeometry::IsUnderLocation
/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h
Absolute coordinates could be either desktop or window space depending on what space the root of the widget hierarchy is in. true if the provided location in absolute coordinates is within the bounds of this geometry.
SlateCore
bool IsUnderLocation ( const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & AbsoluteCoordinate ) const
[]
FGeometry::LocalToAbsolute
/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h
Absolute coordinates could be either desktop or window space depending on what space the root of the widget hierarchy is in. Absolute coordinates
SlateCore
[UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) LocalToAbsolute ( [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) LocalCoordinate ) const
[]
FGeometry::LocalToRoundedLocal
/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h
Translates the local coordinates into local coordinates that after being transformed into absolute space will be rounded to a whole number or approximately a whole number. This is important for cases where you want to show a popup or a tooltip and not have the window start on a half pixel, which can cause the contents to jitter in relation to each other as the tooltip or popup moves around.
SlateCore
[UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) LocalToRoundedLocal ( [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) LocalCoordinate ) const
[]
FGeometry::MakeChild
/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h
Create a child geometry relative to this one with a given local space size, layout transform, and identity render transform. For example, a widget with a 5x5 margin will create a geometry for it's child contents having a LayoutTransform of Translate(5,5) and a LocalSize 10 units smaller than it's own. The new child geometry.
SlateCore
[FGeometry](API\Runtime\SlateCore\Layout\FGeometry) MakeChild ( const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & InLocalSize, const [FSlateLayoutTransform](API\Runtime\SlateCore\Rendering\FSlateLayoutTransform) & LayoutTransform ) const
[]
FGeometry::MakeChild
/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h
SlateCore
[FGeometry](API\Runtime\SlateCore\Layout\FGeometry) MakeChild ( const FSlateRenderTransform & RenderTransform, const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & RenderTransformPivot ) const
[]
FGeometry::MakeChild
/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h
Create a child geometry+widget relative to this one using the given LayoutGeometry. The new child geometry.
SlateCore
[FArrangedWidget](API\Runtime\SlateCore\Layout\FArrangedWidget) MakeChild ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > & ChildWidget, const [FLayoutGeometry](API\Runtime\SlateCore\Layout\FLayoutGeometry) & LayoutGeometry ) const
[]
FGeometry::MakeChild
/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h
Create a child geometry+widget relative to this one with a given local space size and layout transform. The Geometry inherits the child widget's render transform. For example, a widget with a 5x5 margin will create a geometry for it's child contents having a LayoutTransform of Translate(5,5) and a LocalSize 10 units smaller than it's own. The new child geometry+widget.
SlateCore
[FArrangedWidget](API\Runtime\SlateCore\Layout\FArrangedWidget) MakeChild ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > & ChildWidget, const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & InLocalSize, const [FSlateLayoutTransform](API\Runtime\SlateCore\Rendering\FSlateLayoutTransform) & LayoutTransform ) const
[]
FGeometry::MakeChild
/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h
!!! DEPRECATED FUNCTION !!! Use MakeChild taking a layout transform instead! Create a child geometry relative to this one with a given local space size and layout transform given by a scale+offset. The Render Transform is identity. The new child geometry.
SlateCore
[FGeometry](API\Runtime\SlateCore\Layout\FGeometry) MakeChild ( const FVector2D & ChildOffset, const FVector2D & InLocalSize, float ChildScale ) const
[]
FGeometry::MakeChild
/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h
Create a child geometry relative to this one with a given local space size, layout transform, and render transform. For example, a widget with a 5x5 margin will create a geometry for it's child contents having a LayoutTransform of Translate(5,5) and a LocalSize 10 units smaller than it's own. The new child geometry.
SlateCore
[FGeometry](API\Runtime\SlateCore\Layout\FGeometry) MakeChild ( const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & InLocalSize, const [FSlateLayoutTransform](API\Runtime\SlateCore\Rendering\FSlateLayoutTransform) & LayoutTransform, const FSlateRenderTransform & RenderTransform, const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & RenderTransformPivot ) const
[]
FGeometry::MakeChild
/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h
!!! DEPRECATED FUNCTION !!! Use MakeChild taking a layout transform instead! Create a child geometry+widget relative to this one with a given local space size and layout transform given by a scale+offset. The Geometry inherits the child widget's render transform. The new child geometry+widget.
SlateCore
[FArrangedWidget](API\Runtime\SlateCore\Layout\FArrangedWidget) MakeChild ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > & ChildWidget, const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & ChildOffset, const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & InLocalSize, float ChildScale ) const
[]
FGeometry::MakeRoot
/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h
Makes a new geometry that is essentially the root of a hierarchy (has no parent transforms to inherit). For a root Widget, the LayoutTransform is often the window DPI scale + window offset. The new root geometry
SlateCore
static [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) MakeRoot ( const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & InLocalSize, const [FSlateLayoutTransform](API\Runtime\SlateCore\Rendering\FSlateLayoutTransform) & LayoutTransform )
[]
FGeometry::MakeRoot
/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h
Makes a new geometry that is essentially the root of a hierarchy (has no parent transforms to inherit). For a root Widget, the LayoutTransform is often the window DPI scale + window offset. The new root geometry
SlateCore
static [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) MakeRoot ( const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & InLocalSize, const [FSlateLayoutTransform](API\Runtime\SlateCore\Rendering\FSlateLayoutTransform) & LayoutTransform, const FSlateRenderTransform & RenderTransform )
[]
FGeometry::operator=
/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h
!!! HACK!!! We're keeping members ofFGeometryconst to prevent mutability without making them private, for backward compatibility. But this means the assignment operator no longer works. We implement one ourselves now and force a memcpy.
SlateCore
[FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & operator= ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & RHS )
[]
FGeometry::operator!=
/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h
Test geometries for strict inequality (i.e. exact float equality negated). false if this is equal to other, true otherwise.
SlateCore
bool operator!= ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & Other ) const
[]
FGeometry::operator==
/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h
Test geometries for strict equality (i.e. exact float equality). true if this is equal to other, false otherwise.
SlateCore
bool operator== ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & Other ) const
[]
FGeometry::ToOffsetPaintGeometry
/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h
!!! DEPRECATED FUNCTION !!! Use ToPaintGeometry taking a layout transform instead! Create a paint geometry relative to this one with the same size size and a given local space offset. The paint geometry inherits the widget's render transform. The new paint geometry derived from this one.
SlateCore
[FPaintGeometry](API\Runtime\SlateCore\Layout\FPaintGeometry) ToOffsetPaintGeometry ( const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & LocalOffset ) const
[]
FGeometry::ToInflatedPaintGeometry
/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h
Create a paint geometry relative to this one that whose local space is "inflated" by the specified amount in each direction. The paint geometry inherits the widget's render transform. The new paint geometry derived from this one.
SlateCore
[FPaintGeometry](API\Runtime\SlateCore\Layout\FPaintGeometry) ToInflatedPaintGeometry ( const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & InflateAmount ) const
[]
FGeometry::ToPaintGeometry
/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h
Create a paint geometry that represents this geometry. The new paint geometry.
SlateCore
[FPaintGeometry](API\Runtime\SlateCore\Layout\FPaintGeometry) ToPaintGeometry() const
[]
FGeometry::ToPaintGeometry
/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h
Create a paint geometry with the same size as this geometry with a given layout transform. The paint geometry inherits the widget's render transform. The new paint geometry derived from this one.
SlateCore
[FPaintGeometry](API\Runtime\SlateCore\Layout\FPaintGeometry) ToPaintGeometry ( const [FSlateLayoutTransform](API\Runtime\SlateCore\Rendering\FSlateLayoutTransform) & LayoutTransform ) const
[]
FGeometry::ToPaintGeometry
/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h
Create a paint geometry relative to this one with a given local space size and layout transform. The paint geometry inherits the widget's render transform. The new paint geometry derived from this one.
SlateCore
[FPaintGeometry](API\Runtime\SlateCore\Layout\FPaintGeometry) ToPaintGeometry ( const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & InLocalSize, const [FSlateLayoutTransform](API\Runtime\SlateCore\Rendering\FSlateLayoutTransform) & InLayoutTransform ) const
[]
FGeometry::ToPaintGeometry
/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h
!!! DEPRECATED FUNCTION !!! Use ToPaintGeometry taking a layout transform instead! Create a paint geometry relative to this one with a given local space size and layout transform given as a scale+offset. The paint geometry inherits the widget's render transform. The new paint geometry derived from this one.
SlateCore
[FPaintGeometry](API\Runtime\SlateCore\Layout\FPaintGeometry) ToPaintGeometry ( const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & InLocalOffset, const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & InLocalSize, float InLocalScale ) const
[]
FGeometry::ToPaintGeometry
/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h
Create a paint geometry relative to this one with a given local space size and layout transform. The paint geometry inherits the widget's render transform. The new paint geometry derived from this one.
SlateCore
[FPaintGeometry](API\Runtime\SlateCore\Layout\FPaintGeometry) ToPaintGeometry ( const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & InLocalSize, const [FSlateLayoutTransform](API\Runtime\SlateCore\Rendering\FSlateLayoutTransform) & InLayoutTransform, const FSlateRenderTransform & RenderTransform, const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & RenderTransformPivot ) const
[]
FGeometry::ToString
/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h
A String representation of this Geometry
SlateCore
[FString](API\Runtime\Core\Containers\FString) ToString() const
[]
FGeometry::FGeometry
/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h
Default constructor. Creates a geometry with identity transforms.
SlateCore
FGeometry()
[]
FGeometry::FGeometry
/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h
Copy constructor.
SlateCore
FGeometry ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & RHS )
[]
FGeometry::FGeometry
/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h
!!! DEPRECATED FUNCTION !!! Use MakeChild taking a layout transform instead! Construct a new geometry given the following parameters:
SlateCore
FGeometry ( const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & OffsetFromParent, const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & ParentAbsolutePosition, const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & InLocalSize, float InScale )
[]
FGeometry::FGeometry
/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h
Construct a new geometry with a given size in LocalSpace (and identity render transform) that is attached to a parent geometry with the given layout and render transform.
SlateCore
FGeometry &40; const UE::Slate::FDeprecateVector2DParameter & InLocalSize, const FSlateLayoutTransform & InLocalLayoutTransform, const FSlateLayoutTransform & ParentAccumulatedLayoutTransform, const FSlateRenderTransform & ParentAccumulatedRenderTransform, bool bParentHasRenderTransform &41;
[]
FGeometry::FGeometry
/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h
Construct a new geometry with a given size in LocalSpace that is attached to a parent geometry with the given layout and render transform.
SlateCore
FGeometry &40; const UE::Slate::FDeprecateVector2DParameter & InLocalSize, const FSlateLayoutTransform & InLocalLayoutTransform, const FSlateRenderTransform & InLocalRenderTransform, const UE::Slate::FDeprecateVector2DParameter & InLocalRenderTransformPivot, const FSlateLayoutTransform & ParentAccumulatedLayoutTransform, const FSlateRenderTransform & ParentAccumulatedRenderTransform &41;
[]
FGeometry
/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h
Represents the position, size, and absolute position of a Widget in Slate. The absolute location of a geometry is usually screen space or window space depending on where the geometry originated. Geometries are usually paired with aSWidgetpointer in order to provide information about a specific widget (seeFArrangedWidget). A Geometry's parent is generally thought to be the Geometry of the the corresponding parent widget.
SlateCore
struct FGeometry
[ { "type": "const FVector2f", "name": "AbsolutePosition", "description": "!!! DEPRECATED !!! These legacy public members should ideally not be referenced, as they do not account for the render transform." }, { "type": "const FVector2f", "name": "Position", "description": "!!! DEPRECATED !!!" }, { "type": "const float", "name": "Scale", "description": "!!! DEPRECATED !!! These legacy public members should ideally not be referenced, as they do not account for the render transform." }, { "type": "constFDeprecat...", "name": "Size", "description": "!!! DEPRECATED !!! UseGetLocalSize()accessor instead of directly accessing public members." } ]
FLayoutGeometry::GetLocalToParentTransform
/Engine/Source/Runtime/SlateCore/Public/Layout/LayoutGeometry.h
SlateCore
const [FSlateLayoutTransform](API\Runtime\SlateCore\Rendering\FSlateLayoutTransform) & GetLocalToParentTransform() const
[]
FLayoutGeometry::GetOffsetInParentSpace
/Engine/Source/Runtime/SlateCore/Public/Layout/LayoutGeometry.h
SlateCore
[UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) GetOffsetInParentSpace() const
[]
FLayoutGeometry::GetRectInLocalSpace
/Engine/Source/Runtime/SlateCore/Public/Layout/LayoutGeometry.h
SlateCore
[FSlateRect](API\Runtime\SlateCore\Layout\FSlateRect) GetRectInLocalSpace() const
[]
FLayoutGeometry::GetRectInParentSpace
/Engine/Source/Runtime/SlateCore/Public/Layout/LayoutGeometry.h
SlateCore
[FSlateRect](API\Runtime\SlateCore\Layout\FSlateRect) GetRectInParentSpace() const
[]
FLayoutGeometry::GetSizeInParentSpace
/Engine/Source/Runtime/SlateCore/Public/Layout/LayoutGeometry.h
SlateCore
[UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) GetSizeInParentSpace() const
[]
FLayoutGeometry::FLayoutGeometry
/Engine/Source/Runtime/SlateCore/Public/Layout/LayoutGeometry.h
SlateCore
FLayoutGeometry()
[]
FLayoutGeometry::FLayoutGeometry
/Engine/Source/Runtime/SlateCore/Public/Layout/LayoutGeometry.h
SlateCore
FLayoutGeometry ( const [FSlateLayoutTransform](API\Runtime\SlateCore\Rendering\FSlateLayoutTransform) & InLocalToParent, const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & SizeInLocalSpace )
[]
FLayoutGeometry
/Engine/Source/Runtime/SlateCore/Public/Layout/LayoutGeometry.h
SlateCore
class FLayoutGeometry
[]
FLayoutLocalization::GetLocalizedLayoutDirection
/Engine/Source/Runtime/SlateCore/Public/Layout/FlowDirection.h
Gets the current expected flow direction based on localization.
SlateCore
static EFlowDirection GetLocalizedLayoutDirection()
[]
FLayoutLocalization
/Engine/Source/Runtime/SlateCore/Public/Layout/FlowDirection.h
Class containing utilities for getting layout localization information.
SlateCore
class FLayoutLocalization
[]
FLayoutGeometry::GetSizeInLocalSpace
/Engine/Source/Runtime/SlateCore/Public/Layout/LayoutGeometry.h
SlateCore
[UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) GetSizeInLocalSpace() const
[]
FMargin::GetDesiredSize
/Engine/Source/Runtime/SlateCore/Public/Layout/Margin.h
Gets the margin's total size. Cumulative margin size.
SlateCore
[UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) GetDesiredSize() const
[]
FMargin::GetDesiredSize2f
/Engine/Source/Runtime/SlateCore/Public/Layout/Margin.h
SlateCore
FVector2f GetDesiredSize2f() const
[]
FMargin::GetTopLeft
/Engine/Source/Runtime/SlateCore/Public/Layout/Margin.h
Gets the offset for the top left. The top left offset.
SlateCore
[UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) GetTopLeft() const
[]
FMargin::GetTopLeft2f
/Engine/Source/Runtime/SlateCore/Public/Layout/Margin.h
SlateCore
FVector2f GetTopLeft2f() const
[]
FMargin::GetTotalSpaceAlong
/Engine/Source/Runtime/SlateCore/Public/Layout/Margin.h
Gets the total horizontal or vertical margin. Cumulative horizontal margin.
SlateCore
template<EOrientation Orientation> float GetTotalSpaceAlong() const
[]