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
|
---|---|---|---|---|---|
FSlateAttributeMetaData::GetTypeId
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeMetaData.h
|
SlateCore
|
static const [FName](API\Runtime\Core\UObject\FName) & GetTypeId()
|
[] |
|
FSlateAttributeMetaData::IsBound
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeMetaData.h
|
SlateCore
|
bool IsBound ( const FSlateAttributeBase & Attribute ) const
|
[] |
|
FSlateAttributeMetaData::IsOfTypeImpl
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeMetaData.h
|
Checks whether this drag and drop operation can cast safely to the specified type.
|
SlateCore
|
virtual bool IsOfTypeImpl ( const [FName](API\Runtime\Core\UObject\FName) & Type ) const
|
[] |
FSlateAttributeMetaData::operator=
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeMetaData.h
|
SlateCore
|
[FSlateAttributeMetaData](API\Runtime\SlateCore\Types\FSlateAttributeMetaData) & operator= ( const [FSlateAttributeMetaData](API\Runtime\SlateCore\Types\FSlateAttributeMetaData) & )
|
[] |
|
ISlateAttributeContainer
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeMetaData.h
|
SlateCore
|
typedef [SlateAttributePrivate::ISlateAttributeContainer](API\Runtime\SlateCore\Types\Attributes\ISlateAttributeContainer) ISlateAttributeContainer
|
[] |
|
ISlateAttributeGetter
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeMetaData.h
|
SlateCore
|
typedef [SlateAttributePrivate::ISlateAttributeGetter](API\Runtime\SlateCore\Types\Attributes\ISlateAttributeGetter) ISlateAttributeGetter
|
[] |
|
FSlateAttributeMetaData::UpdateChildrenOnlyVisibilityAttributes
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeMetaData.h
|
Execute UpdateOnlyVisibilityAttributes on every children of the widget.
|
SlateCore
|
static void UpdateChildrenOnlyVisibilityAttributes ( [SWidget](API\Runtime\SlateCore\Widgets\SWidget) & OwningWidget, [EInvalidationPermission](API\Runtime\SlateCore\Types\FSlateAttributeMetaData\EInvalidationPermission) InvalidationStyle, bool bRecursive )
|
[] |
FSlateAttributeMetaData::UpdateExceptVisibilityAttributes
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeMetaData.h
|
Update attributes that are NOT responsible to change visibility of the widget.
|
SlateCore
|
static void UpdateExceptVisibilityAttributes ( [SWidget](API\Runtime\SlateCore\Widgets\SWidget) & OwningWidget, [EInvalidationPermission](API\Runtime\SlateCore\Types\FSlateAttributeMetaData\EInvalidationPermission) InvalidationStyle )
|
[] |
FSlateAttributeMetaData::UpdateAllAttributes
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeMetaData.h
|
Update all the attributes.
|
SlateCore
|
static void UpdateAllAttributes ( [SWidget](API\Runtime\SlateCore\Widgets\SWidget) & OwningWidget, [EInvalidationPermission](API\Runtime\SlateCore\Types\FSlateAttributeMetaData\EInvalidationPermission) InvalidationStyle )
|
[] |
FSlateAttributeMetaData::UpdateOnlyVisibilityAttributes
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeMetaData.h
|
Update attributes that are responsible to change visibility of the widget.
|
SlateCore
|
static void UpdateOnlyVisibilityAttributes ( [SWidget](API\Runtime\SlateCore\Widgets\SWidget) & OwningWidget, [EInvalidationPermission](API\Runtime\SlateCore\Types\FSlateAttributeMetaData\EInvalidationPermission) InvalidationStyle )
|
[] |
FSlateAttributeMetaData::FSlateAttributeMetaData
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeMetaData.h
|
SlateCore
|
FSlateAttributeMetaData()
|
[] |
|
FSlateAttributeMetaData::FSlateAttributeMetaData
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeMetaData.h
|
SlateCore
|
FSlateAttributeMetaData ( const [FSlateAttributeMetaData](API\Runtime\SlateCore\Types\FSlateAttributeMetaData) & )
|
[] |
|
FSlateAttributeMetaData
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeMetaData.h
|
SlateCore
|
class FSlateAttributeMetaData : public [ISlateMetaData](API\Runtime\SlateCore\Types\ISlateMetaData)
|
[] |
|
FStretch::FStretch
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateStructs.h
|
SlateCore
|
FStretch ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< float > & StretchAmount )
|
[] |
|
FStretch::FStretch
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateStructs.h
|
SlateCore
|
FStretch()
|
[] |
|
FStretch
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateStructs.h
|
FAuto
|
SlateCore
|
struct FStretch : public [FSizeParam](API\Runtime\SlateCore\Types\FSizeParam)
|
[] |
FTagMetaData::GetTypeId
|
/Engine/Source/Runtime/SlateCore/Public/Types/ISlateMetaData.h
|
SlateCore
|
static const [FName](API\Runtime\Core\UObject\FName) & GetTypeId()
|
[] |
|
FTagMetaData::IsOfTypeImpl
|
/Engine/Source/Runtime/SlateCore/Public/Types/ISlateMetaData.h
|
Checks whether this drag and drop operation can cast safely to the specified type.
|
SlateCore
|
virtual bool IsOfTypeImpl ( const [FName](API\Runtime\Core\UObject\FName) & Type ) const
|
[] |
FTagMetaData::FTagMetaData
|
/Engine/Source/Runtime/SlateCore/Public/Types/ISlateMetaData.h
|
SlateCore
|
FTagMetaData ( [FName](API\Runtime\Core\UObject\FName) InTag )
|
[] |
|
FTagMetaData
|
/Engine/Source/Runtime/SlateCore/Public/Types/ISlateMetaData.h
|
Simple tagging metadata
|
SlateCore
|
class FTagMetaData : public [ISlateMetaData](API\Runtime\SlateCore\Types\ISlateMetaData)
|
[
{
"type": "FName",
"name": "Tag",
"description": "Tag name for a widget"
}
] |
FTrackedMetaData::GetTypeId
|
/Engine/Source/Runtime/SlateCore/Public/Types/TrackedMetaData.h
|
SlateCore
|
static const [FName](API\Runtime\Core\UObject\FName) & GetTypeId()
|
[] |
|
FTrackedMetaData::operator=
|
/Engine/Source/Runtime/SlateCore/Public/Types/TrackedMetaData.h
|
SlateCore
|
[FTrackedMetaData](API\Runtime\SlateCore\Types\FTrackedMetaData) & operator= ( const [FTrackedMetaData](API\Runtime\SlateCore\Types\FTrackedMetaData) & )
|
[] |
|
FTrackedMetaData::IsOfTypeImpl
|
/Engine/Source/Runtime/SlateCore/Public/Types/TrackedMetaData.h
|
Checks whether this drag and drop operation can cast safely to the specified type.
|
SlateCore
|
virtual bool IsOfTypeImpl ( const [FName](API\Runtime\Core\UObject\FName) & Type ) const
|
[] |
FTrackedMetaData::FTrackedMetaData
|
/Engine/Source/Runtime/SlateCore/Public/Types/TrackedMetaData.h
|
SlateCore
|
FTrackedMetaData ( const [FTrackedMetaData](API\Runtime\SlateCore\Types\FTrackedMetaData) & )
|
[] |
|
FTrackedMetaData
|
/Engine/Source/Runtime/SlateCore/Public/Types/TrackedMetaData.h
|
MetaData used to add and remove widgets to the Slate Widget Tracker for the specified tags.
|
SlateCore
|
class FTrackedMetaData : public [ISlateMetaData](API\Runtime\SlateCore\Types\ISlateMetaData)
|
[] |
ISlateMetaData::IsOfType
|
/Engine/Source/Runtime/SlateCore/Public/Types/ISlateMetaData.h
|
Check if this metadata operation can cast safely to the specified template type
|
SlateCore
|
template<class TType> bool IsOfType() const
|
[] |
FTrackedMetaData::FTrackedMetaData
|
/Engine/Source/Runtime/SlateCore/Public/Types/TrackedMetaData.h
|
SlateCore
|
FTrackedMetaData ( const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) * InTrackedWidget, [TArray](API\Runtime\Core\Containers\TArray)< [FName](API\Runtime\Core\UObject\FName) > && InTags )
|
[] |
|
FTrackedMetaData::FTrackedMetaData
|
/Engine/Source/Runtime/SlateCore/Public/Types/TrackedMetaData.h
|
SlateCore
|
FTrackedMetaData ( const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) * InTrackedWidget, [FName](API\Runtime\Core\UObject\FName) InTags )
|
[] |
|
FTrackedMetaData::~FTrackedMetaData
|
/Engine/Source/Runtime/SlateCore/Public/Types/TrackedMetaData.h
|
SlateCore
|
~FTrackedMetaData()
|
[] |
|
ISlateMetaData::~ISlateMetaData
|
/Engine/Source/Runtime/SlateCore/Public/Types/ISlateMetaData.h
|
Virtual destructor.
|
SlateCore
|
virtual ~ISlateMetaData()
|
[] |
ISlateMetaData::IsOfTypeImpl
|
/Engine/Source/Runtime/SlateCore/Public/Types/ISlateMetaData.h
|
Checks whether this drag and drop operation can cast safely to the specified type.
|
SlateCore
|
virtual bool IsOfTypeImpl ( const [FName](API\Runtime\Core\UObject\FName) & Type ) const
|
[] |
ISlateMetaData
|
/Engine/Source/Runtime/SlateCore/Public/Types/ISlateMetaData.h
|
Base class for all slate metadata
|
SlateCore
|
class ISlateMetaData
|
[] |
RangeType
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateEnums.h
|
SlateCore
|
enum &123; RangeType = 0 &125;
|
[] |
|
TEnumRangeTraits< EUINavigation >::__underlying_type
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateEnums.h
|
SlateCore
|
static constexpr underlying_type &40; EUINavigation &41;
|
[] |
|
TEnumRangeTraits< EUINavigation >::__underlying_type
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateEnums.h
|
SlateCore
|
static constexpr underlying_type &40; EUINavigation &41;
|
[] |
|
TEnumRangeTraits< EUINavigation >
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateEnums.h
|
SlateCore
|
template<> struct TEnumRangeTraits< EUINavigation >
|
[] |
|
RangeType
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateEnums.h
|
SlateCore
|
enum &123; RangeType = 0 &125;
|
[] |
|
TEnumRangeTraits< EUINavigationAction >::__underlying_type
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateEnums.h
|
SlateCore
|
static constexpr underlying_type &40; EUINavigationAction &41;
|
[] |
|
TEnumRangeTraits< EUINavigationAction >::__underlying_type
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateEnums.h
|
SlateCore
|
static constexpr underlying_type &40; EUINavigationAction &41;
|
[] |
|
TSlateAttributeComparePredicate::IdenticalTo
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttribute.h
|
SlateCore
|
template<typename ObjectType> static bool IdenticalTo ( const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) &, ObjectType && Lhs, ObjectType && Rhs )
|
[] |
|
TEnumRangeTraits< EUINavigationAction >
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateEnums.h
|
SlateCore
|
template<> struct TEnumRangeTraits< EUINavigationAction >
|
[] |
|
TSlateAttributeComparePredicate
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttribute.h
|
Default predicate to compare of Object for SlateAttribute.
|
SlateCore
|
template<typename ComparePredicate> struct TSlateAttributeComparePredicate
|
[] |
TSlateAttributeFTextComparePredicate::IdenticalTo
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttribute.h
|
SlateCore
|
static bool IdenticalTo ( const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) &, const [FText](API\Runtime\Core\Internationalization\FText) & Lhs, const [FText](API\Runtime\Core\Internationalization\FText) & Rhs )
|
[] |
|
TSlateAttributeInvalidationReason::GetInvalidationReason
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttribute.h
|
SlateCore
|
static constexpr EInvalidateWidgetReason GetInvalidationReason ( const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) & )
|
[] |
|
TSlateAttributeFTextComparePredicate
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttribute.h
|
Default predicate to compareFText.
|
SlateCore
|
struct TSlateAttributeFTextComparePredicate
|
[] |
TSlateDeprecatedTAttribute::Bind
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttribute.h
|
SlateCore
|
void Bind ( const FGetter & InGetter )
|
[] |
|
TSlateAttributeInvalidationReason
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttribute.h
|
Predicate that returns the InvalidationReason defined as argument type.
|
SlateCore
|
template<EInvalidateWidgetReason InvalidationReason> struct TSlateAttributeInvalidationReason
|
[] |
TSlateDeprecatedTAttribute::Bind
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttribute.h
|
SlateCore
|
template<class SourceType> void Bind ( SourceType * InUserObject, typename FGetter::template TConstMethodPtr< SourceType > InMethodPtr )
|
[] |
|
FGetter
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttribute.h
|
SlateCore
|
typedef typename [TAttribute](API\Runtime\Core\Misc\TAttribute)< ObjectType >::FGetter FGetter
|
[] |
|
TSlateDeprecatedTAttribute::Get
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttribute.h
|
SlateCore
|
const ObjectType & Get() const
|
[] |
|
TSlateDeprecatedTAttribute::Get
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttribute.h
|
SlateCore
|
const ObjectType & Get ( const ObjectType & DefaultValue ) const
|
[] |
|
TSlateDeprecatedTAttribute::IdenticalTo
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttribute.h
|
SlateCore
|
bool IdenticalTo ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< ObjectType > & InOther ) const
|
[] |
|
TSlateDeprecatedTAttribute::GetBinding
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttribute.h
|
SlateCore
|
FGetter GetBinding() const
|
[] |
|
TSlateDeprecatedTAttribute::IsBound
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttribute.h
|
SlateCore
|
bool IsBound() const
|
[] |
|
TSlateDeprecatedTAttribute::IsSet
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttribute.h
|
SlateCore
|
bool IsSet() const
|
[] |
|
TSlateDeprecatedTAttribute::Set
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttribute.h
|
SlateCore
|
template<typename OtherType> void Set ( const OtherType & InNewValue )
|
[] |
|
TSlateDeprecatedTAttribute::TSlateDeprecatedTAttribute
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttribute.h
|
SlateCore
|
TSlateDeprecatedTAttribute()
|
[] |
|
TSlateDeprecatedTAttribute::TSlateDeprecatedTAttribute
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttribute.h
|
SlateCore
|
template<typename OtherType> TSlateDeprecatedTAttribute ( const OtherType & InInitialValue )
|
[] |
|
TSlateDeprecatedTAttribute::TSlateDeprecatedTAttribute
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttribute.h
|
SlateCore
|
TSlateDeprecatedTAttribute ( ObjectType && InInitialValue )
|
[] |
|
TSlateDeprecatedTAttribute::TSlateDeprecatedTAttribute
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttribute.h
|
SlateCore
|
template<class SourceType> TSlateDeprecatedTAttribute ( [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< SourceType > InUserObject, typename FGetter::template TConstMethodPtr< SourceType > InMethodPtr )
|
[] |
|
TSlateDeprecatedTAttribute::TSlateDeprecatedTAttribute
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttribute.h
|
SlateCore
|
template<class SourceType> TSlateDeprecatedTAttribute ( SourceType * InUserObject, typename FGetter::template TConstMethodPtr< SourceType > InMethodPtr )
|
[] |
|
WithStructuredSerializer
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateVector2.h
|
SlateCore
|
enum &123; WithStructuredSerializer = true &125;
|
[] |
|
TSlateDeprecatedTAttribute
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttribute.h
|
A structure used to help the user identify deprecatedTAttributethat are now TSlateAttribute.
|
SlateCore
|
template<typename ObjectType> struct TSlateDeprecatedTAttribute
|
[] |
WithStructuredSerializeFromMismatchedTag
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateVector2.h
|
SlateCore
|
enum &123; WithStructuredSerializeFromMismatchedTag = true &125;
|
[] |
|
TStructOpsTypeTraits< FDeprecateSlateVector2D >
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateVector2.h
|
SlateCore
|
template<> struct TStructOpsTypeTraits< FDeprecateSlateVector2D > : public [TStructOpsTypeTraitsBase2< FDeprecateSlateVector2D >](API\Runtime\CoreUObject\UObject\TStructOpsTypeTraitsBase2)
|
[] |
|
UE::Slate::CastToVector2f
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateVector2.h
|
CastToVector2f allows supported types to be explicitly coerced to an FVector2f or const FVector2f& This allows generic programming patterns that must operate on FVector2f given many input types
|
SlateCore
|
namespace UE { namespace Slate { const FVector2f & UE::Slate::CastToVector2f ( const FVector2f & InValue ) } }
|
[] |
UE::Slate::CastToBox2f
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateBox2.h
|
SlateCore
|
namespace UE { namespace Slate { static FBox2f UE::Slate::CastToBox2f ( const FBox2d & InValue ) } }
|
[] |
|
UE::Slate::CastToVector2f
|
/Engine/Source/Runtime/SlateCore/Public/Types/SlateVector2.h
|
CastToVector2f allows supported types to be explicitly coerced to an FVector2f or const FVector2f& This allows generic programming patterns that must operate on FVector2f given many input types
|
SlateCore
|
namespace UE { namespace Slate { FVector2f UE::Slate::CastToVector2f ( const FVector2d & InValue ) } }
|
[] |
FAccessibleWidgetData::FAccessibleWidgetData
|
/Engine/Source/Runtime/SlateCore/Public/Widgets/Accessibility/SlateWidgetAccessibleTypes.h
|
SlateCore
|
FAccessibleWidgetData ( EAccessibleBehavior InBehavior, EAccessibleBehavior InSummaryBehavior, bool bInCanChildrenBeAccessible )
|
[] |
|
FAccessibleWidgetData
|
/Engine/Source/Runtime/SlateCore/Public/Widgets/Accessibility/SlateWidgetAccessibleTypes.h
|
SlateCore
|
struct FAccessibleWidgetData
|
[
{
"type": "EAccessibleBeha...",
"name": "AccessibleBehavior",
"description": ""
},
{
"type": "EAccessibleBeha...",
"name": "AccessibleSummaryBehavior",
"description": ""
},
{
"type": "TAttribute<FTe...",
"name": "AccessibleSummaryText",
"description": ""
},
{
"type": "TAttribute<FTe...",
"name": "AccessibleText",
"description": ""
},
{
"type": "uint8: 1",
"name": "bCanChildrenBeAccessible",
"description": ""
}
] |
|
FTrackedWidgetsChangedEvent
|
/Engine/Source/Runtime/SlateCore/Public/Widgets/Accessibility/SlateWidgetTracker.h
|
SlateCore
|
class FTrackedWidgetsChangedEvent : public TBaseMulticastDelegate_ThreeParams< void, const SWidget *, const FName &, ETrackedSlateWidgetOperations >
|
[] |
|
FDragAndDropVerticalBoxOp::GetTypeId
|
/Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h
|
SlateCore
|
static const [FString](API\Runtime\Core\Containers\FString) & GetTypeId()
|
[] |
|
FDragAndDropVerticalBoxOp::~FDragAndDropVerticalBoxOp
|
/Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h
|
SlateCore
|
virtual ~FDragAndDropVerticalBoxOp()
|
[] |
|
FDragAndDropVerticalBoxOp::IsOfTypeImpl
|
/Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h
|
Checks whether this drag and drop operation can cast safely to the specified type.
|
SlateCore
|
virtual bool IsOfTypeImpl ( const [FString](API\Runtime\Core\Containers\FString) & Type ) const
|
[] |
FDragAndDropVerticalBoxOp
|
/Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h
|
SlateCore
|
class FDragAndDropVerticalBoxOp : public [FDragDropOperation](API\Runtime\SlateCore\Input\FDragDropOperation)
|
[
{
"type": "SVerticalBox::F...",
"name": "SlotBeingDragged",
"description": ""
},
{
"type": "int32",
"name": "SlotIndexBeingDragged",
"description": "Data this item represent"
}
] |
|
FOverlayPopupLayer::GetAbsoluteClientRect
|
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
|
SlateCore
|
virtual [FSlateRect](API\Runtime\SlateCore\Layout\FSlateRect) GetAbsoluteClientRect()
|
[] |
|
FAccessibleWidgetData::FAccessibleWidgetData
|
/Engine/Source/Runtime/SlateCore/Public/Widgets/Accessibility/SlateWidgetAccessibleTypes.h
|
SlateCore
|
FAccessibleWidgetData ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FText](API\Runtime\Core\Internationalization\FText) > & InAccessibleText, const [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FText](API\Runtime\Core\Internationalization\FText) > & InAccessibleSummaryText, bool bInCanChildrenBeAccessible )
|
[] |
|
FOverlayPopupLayer::Remove
|
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
|
SlateCore
|
virtual void Remove()
|
[] |
|
FOverlayPopupLayer::FOverlayPopupLayer
|
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
|
SlateCore
|
FOverlayPopupLayer ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWindow](API\Runtime\SlateCore\Widgets\SWindow) > & InitHostWindow, const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > & InitPopupContent, [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SOverlay](API\Runtime\SlateCore\Widgets\SOverlay) > InitOverlay )
|
[] |
|
FOverlayPopupLayer
|
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
|
Simple overlay layer to allow content to be laid out on a Window or similar widget.
|
SlateCore
|
class FOverlayPopupLayer : public [FPopupLayer](API\Runtime\SlateCore\Widgets\FPopupLayer)
|
[] |
FPopupLayer::GetContent
|
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
|
SlateCore
|
virtual [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > GetContent()
|
[] |
|
FPopupLayer::GetHost
|
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
|
SlateCore
|
virtual [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > GetHost()
|
[] |
|
FPopupLayer::GetAbsoluteClientRect
|
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
|
SlateCore
|
[FSlateRect](API\Runtime\SlateCore\Layout\FSlateRect) GetAbsoluteClientRect()
|
[] |
|
FPopupLayer::FPopupLayer
|
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
|
SlateCore
|
FPopupLayer ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > & InitHostWidget, const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > & InitPopupContent )
|
[] |
|
FPopupLayer::Remove
|
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
|
SlateCore
|
void Remove()
|
[] |
|
FPopupLayer::~FPopupLayer
|
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
|
SlateCore
|
virtual ~FPopupLayer()
|
[] |
|
FPopupLayer
|
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
|
AnFPopupLayerhosts the pop-up content which could be anything you want to appear on top of a widget. The widget must understand how to host pop-ups to make use of this.
|
SlateCore
|
class FPopupLayer : public [TSharedFromThis< FPopupLayer >](API\Runtime\Core\Templates\TSharedFromThis)
|
[] |
FPopupLayerSlot::Construct
|
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
|
SlateCore
|
void Construct ( const [FChildren](API\Runtime\SlateCore\Layout\FChildren) & SlotOwner, [FSlotArguments](API\Runtime\SlateCore\Widgets\FPopupLayerSlot\FSlotArguments) && InArgs )
|
[] |
|
FPopupLayerSlot::FSlotArguments::ClampToWindow
|
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
|
Should this slot be kept within the parent window
|
SlateCore
|
WidgetArgsType & ClampToWindow &40; const TAttribute< bool > & InAttribute &41;
|
[] |
FPopupLayerSlot::FSlotArguments::ClampBuffer
|
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
|
If this slot is kept within the parent window, how far from the edges should we clamp it
|
SlateCore
|
WidgetArgsType & ClampBuffer &40; const TAttribute< FVector2D > & InAttribute &41;
|
[] |
FPopupLayerSlot::FSlotArguments::Scale
|
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
|
DPI scaling to be applied to the contents of this slot
|
SlateCore
|
WidgetArgsType & Scale &40; const TAttribute< float > & InAttribute &41;
|
[] |
FPopupLayerSlot::FSlotArguments::DesktopPosition
|
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
|
Pixel position in desktop space
|
SlateCore
|
WidgetArgsType & DesktopPosition &40; const TAttribute< FVector2D > & InAttribute &41;
|
[] |
FPopupLayerSlot::FSlotArguments::WidthOverride
|
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
|
Width override in pixels
|
SlateCore
|
WidgetArgsType & WidthOverride &40; const TAttribute< float > & InAttribute &41;
|
[] |
FPopupLayerSlot::FSlotArguments::HeightOverride
|
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
|
Width override in pixels
|
SlateCore
|
WidgetArgsType & HeightOverride &40; const TAttribute< float > & InAttribute &41;
|
[] |
WidgetArgsType
|
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
|
SlateCore
|
typedef FPopupLayerSlot::FSlotArguments WidgetArgsType
|
[] |
|
FSlotArguments
|
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
|
SlateCore
|
struct FSlotArguments : public [TSlotBase< FPopupLayerSlot >::FSlotArguments](API\Runtime\SlateCore\TSlotBase\FSlotArguments)
|
[] |
|
FPopupLayerSlot::SetClampToWindow
|
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
|
Should this slot be kept within the parent window
|
SlateCore
|
void SetClampToWindow ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< bool > InClamp_Attribute )
|
[] |
FPopupLayerSlot::SetClampBuffer
|
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
|
If this slot is kept within the parent window, how far from the edges should we clamp it
|
SlateCore
|
void SetClampBuffer ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< FVector2D > InClampBuffer_Attribute )
|
[] |
FPopupLayerSlot::SetScale
|
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
|
DPI scaling to be applied to the contents of this slot
|
SlateCore
|
void SetScale ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< float > InScale )
|
[] |
FPopupLayerSlot::SetHeightOverride
|
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h
|
Width override in pixels
|
SlateCore
|
void SetHeightOverride ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< float > InHeightOverride )
|
[] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.