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
|
---|---|---|---|---|---|
TSlateMemberAttributeRef::Get | /Engine/Source/Runtime/SlateCore/Public/Types/Attributes/SlateAttributeMember.inl | the SlateAttribute cached value or the DefaultValue if the reference is invalid. | SlateCore | UE_NODISCARD const [ObjectType](API\Runtime\SlateCore\Types\Attributes\TSlateMemberAttributeRef\ObjectType) & Get ( const [ObjectType](API\Runtime\SlateCore\Types\Attributes\TSlateMemberAttributeRef\ObjectType) & DefaultValue ) const | [] |
TSlateMemberAttributeRef::IdenticalTo | /Engine/Source/Runtime/SlateCore/Public/Types/Attributes/SlateAttributeMember.inl | True if they have the same Getter or the same value. | SlateCore | UE_NODISCARDbool IdenticalTo ( const [TSlateMemberAttributeRef](API\Runtime\SlateCore\Types\Attributes\TSlateMemberAttributeRef) & Other ) const | [] |
TSlateMemberAttributeRef::IdenticalTo | /Engine/Source/Runtime/SlateCore/Public/Types/Attributes/SlateAttributeMember.inl | True if they have the same Getter or, if the Attribute is set, the same value. | SlateCore | UE_NODISCARDbool IdenticalTo ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< [ObjectType](API\Runtime\SlateCore\Types\Attributes\TSlateMemberAttributeRef\ObjectType) > & Other ) const | [] |
TSlateMemberAttributeRef::IsBound | /Engine/Source/Runtime/SlateCore/Public/Types/Attributes/SlateAttributeMember.inl | True if the SlateAttribute is bound to a getter function. | SlateCore | UE_NODISCARDbool IsBound() const | [] |
TSlateMemberAttributeRef::IsValid | /Engine/Source/Runtime/SlateCore/Public/Types/Attributes/SlateAttributeMember.inl | if the reference is valid. A reference can be invalid if theSWidgetis destroyed. | SlateCore | UE_NODISCARDbool IsValid() const | [] |
TSlateMemberAttributeRef::ToAttribute | /Engine/Source/Runtime/SlateCore/Public/Types/Attributes/SlateAttributeMember.inl | Build a Attribute from this SlateAttribute. | SlateCore | UE_NODISCARD[TAttribute](API\Runtime\Core\Misc\TAttribute)< [ObjectType](API\Runtime\SlateCore\Types\Attributes\TSlateMemberAttributeRef\ObjectType) > ToAttribute() const | [] |
SlateAttributeType | /Engine/Source/Runtime/SlateCore/Public/Types/Attributes/SlateAttributeMember.inl | SlateCore | typedef AttributeMemberType SlateAttributeType | [] |
|
ObjectType | /Engine/Source/Runtime/SlateCore/Public/Types/Attributes/SlateAttributeMember.inl | SlateCore | typedef typename AttributeMemberType::ObjectType ObjectType | [] |
|
TSlateMemberAttributeRef::UpdateValue | /Engine/Source/Runtime/SlateCore/Public/Types/Attributes/SlateAttributeMember.inl | Update the cached value and invalidate the widget if needed. | SlateCore | void UpdateValue() | [] |
TSlateMemberAttributeRef::UpdateAndGet | /Engine/Source/Runtime/SlateCore/Public/Types/Attributes/SlateAttributeMember.inl | Assumes the reference is valid. Shorthand for the boilerplace code: MyAttribute.UpdateValueNow(); MyAttribute.Get(); | SlateCore | UE_NODISCARD const [ObjectType](API\Runtime\SlateCore\Types\Attributes\TSlateMemberAttributeRef\ObjectType) & UpdateAndGet() | [] |
TSlateMemberAttributeRef::UpdateAndGet | /Engine/Source/Runtime/SlateCore/Public/Types/Attributes/SlateAttributeMember.inl | Shorthand for the boilerplace code: MyAttribute.UpdateValueNow(); MyAttribute.Get(DefaultValue);
the SlateAttribute cached value or the DefaultValue if the reference is invalid. | SlateCore | UE_NODISCARD const [ObjectType](API\Runtime\SlateCore\Types\Attributes\TSlateMemberAttributeRef\ObjectType) & UpdateAndGet ( const [ObjectType](API\Runtime\SlateCore\Types\Attributes\TSlateMemberAttributeRef\ObjectType) & DefaultValue ) | [] |
TSlateMemberAttributeRef::TSlateMemberAttributeRef | /Engine/Source/Runtime/SlateCore/Public/Types/Attributes/SlateAttributeMember.inl | Constructor | SlateCore | template<typename WidgetType, typename V> TSlateMemberAttributeRef ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< WidgetType > & InOwner, const AttributeMemberType & InAttribute ) | [] |
TSlateMemberAttributeRef | /Engine/Source/Runtime/SlateCore/Public/Types/Attributes/SlateAttributeDefinition.inl | A reference to a SlateAttribute that can be returned and saved for later. | SlateCore | template<typename AttributeMemberType> struct TSlateMemberAttributeRef | [] |
TSlateMemberAttributeRef::TSlateMemberAttributeRef | /Engine/Source/Runtime/SlateCore/Public/Types/Attributes/SlateAttributeMember.inl | Constructor | SlateCore | TSlateMemberAttributeRef ( [ESlateMemberAttributeRefNoCheckParam](API\Runtime\SlateCore\Types\Attributes\SlateAttributePr-), const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > & InOwner, const AttributeMemberType & InAttribute ) | [] |
EButtonClickMethod::Type | /Engine/Source/Runtime/SlateCore/Public/Types/SlateEnums.h | Enumerates different methods that a button click can be triggered. Normally, DownAndUp is appropriate. | SlateCore | namespace EButtonClickMethod { enum Type { DownAndUp, MouseDown, MouseUp, PreciseClick, } } | [] |
EButtonTouchMethod::Type | /Engine/Source/Runtime/SlateCore/Public/Types/SlateEnums.h | Ways in which touch interactions trigger a "Clicked" event. | SlateCore | namespace EButtonTouchMethod { enum Type { DownAndUp, Down, PreciseTap, } } | [] |
ESelectInfo::Type | /Engine/Source/Runtime/SlateCore/Public/Types/SlateEnums.h | Additional information about a selection event | SlateCore | namespace ESelectInfo { enum Type { OnKeyPress, OnNavigation, OnMouseClick, Direct, } } | [] |
EButtonPressMethod::Type | /Engine/Source/Runtime/SlateCore/Public/Types/SlateEnums.h | Enumerates different methods that a button can be triggered with keyboard/controller. Normally, DownAndUp is appropriate. | SlateCore | namespace EButtonPressMethod { enum Type { DownAndUp, ButtonPress, ButtonRelease, } } | [] |
FAuto::FAuto | /Engine/Source/Runtime/SlateCore/Public/Types/SlateStructs.h | SlateCore | FAuto() | [] |
|
ETextCommit::Type | /Engine/Source/Runtime/SlateCore/Public/Types/SlateEnums.h | Additional information about a text committal | SlateCore | namespace ETextCommit { enum Type { Default, OnEnter, OnUserMovedFocus, OnCleared, } } | [] |
FAuto | /Engine/Source/Runtime/SlateCore/Public/Types/SlateStructs.h | FStretch | SlateCore | struct FAuto : public [FSizeParam](API\Runtime\SlateCore\Types\FSizeParam) | [] |
FDeprecateBox2D::operator FBox2f | /Engine/Source/Runtime/SlateCore/Public/Types/SlateBox2.h | SlateCore | operator FBox2f() const | [] |
|
FDeprecateBox2D::operator FBox2d | /Engine/Source/Runtime/SlateCore/Public/Types/SlateBox2.h | SlateCore | operator FBox2d() const | [] |
|
FDeprecateBox2D::operator== | /Engine/Source/Runtime/SlateCore/Public/Types/SlateBox2.h | SlateCore | bool operator== ( const FBox2d & Other ) const | [] |
|
FDeprecateBox2D::operator== | /Engine/Source/Runtime/SlateCore/Public/Types/SlateBox2.h | SlateCore | bool operator== ( const FBox2f & Other ) const | [] |
|
FDeprecateBox2D::operator!= | /Engine/Source/Runtime/SlateCore/Public/Types/SlateBox2.h | SlateCore | bool operator!= ( const FBox2d & Other ) const | [] |
|
FDeprecateBox2D::operator!= | /Engine/Source/Runtime/SlateCore/Public/Types/SlateBox2.h | SlateCore | bool operator!= ( const FBox2f & Other ) const | [] |
|
FDeprecateBox2D::FDeprecateBox2D | /Engine/Source/Runtime/SlateCore/Public/Types/SlateBox2.h | SlateCore | FDeprecateBox2D() | [] |
|
FDeprecateBox2D::FDeprecateBox2D | /Engine/Source/Runtime/SlateCore/Public/Types/SlateBox2.h | SlateCore | FDeprecateBox2D ( const FBox2f & InValue ) | [] |
|
FDeprecateOptionalVector2DParameter | /Engine/Source/Runtime/SlateCore/Public/Types/SlateVector2.h | SlateCore | typedef [TOptional](API\Runtime\Core\IO\TOptional)< FVector2f > FDeprecateOptionalVector2DParameter | [] |
|
FDeprecateBox2D | /Engine/Source/Runtime/SlateCore/Public/Types/SlateBox2.h | Structure for deprecating FBox2D to FBox2f | SlateCore | struct FDeprecateBox2D | [] |
FDeprecateSlateVector2D::ClampAxes | /Engine/Source/Runtime/SlateCore/Public/Types/SlateVector2.h | SlateCore | [FDeprecateSlateVector2D](API\Runtime\SlateCore\Types\FDeprecateSlateVector2D) ClampAxes ( float MinAxisVal, float MaxAxisVal ) const | [] |
|
FDeprecateSlateVector2D::ClampAxes | /Engine/Source/Runtime/SlateCore/Public/Types/SlateVector2.h | SlateCore | [FDeprecateSlateVector2D](API\Runtime\SlateCore\Types\FDeprecateSlateVector2D) ClampAxes ( double MinAxisVal, double MaxAxisVal ) const | [] |
|
FDeprecateSlateVector2D::ComponentwiseAllGreaterThan | /Engine/Source/Runtime/SlateCore/Public/Types/SlateVector2.h | SlateCore | bool ComponentwiseAllGreaterThan ( const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & Other ) const | [] |
|
FDeprecateSlateVector2D::ComponentwiseAllGreaterOrEqual | /Engine/Source/Runtime/SlateCore/Public/Types/SlateVector2.h | SlateCore | bool ComponentwiseAllGreaterOrEqual ( const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & Other ) const | [] |
|
FDeprecateSlateVector2D::ComponentwiseAllLessOrEqual | /Engine/Source/Runtime/SlateCore/Public/Types/SlateVector2.h | SlateCore | bool ComponentwiseAllLessOrEqual ( const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & Other ) const | [] |
|
FDeprecateSlateVector2D::ComponentwiseAllLessThan | /Engine/Source/Runtime/SlateCore/Public/Types/SlateVector2.h | SlateCore | bool ComponentwiseAllLessThan ( const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & Other ) const | [] |
|
FDeprecateSlateVector2D::Equals | /Engine/Source/Runtime/SlateCore/Public/Types/SlateVector2.h | SlateCore | bool Equals ( const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & V, float Tolerance ) const | [] |
|
FDeprecateSlateVector2D::GetAbs | /Engine/Source/Runtime/SlateCore/Public/Types/SlateVector2.h | SlateCore | [FDeprecateSlateVector2D](API\Runtime\SlateCore\Types\FDeprecateSlateVector2D) GetAbs() const | [] |
|
FDeprecateSlateVector2D::GetRotated | /Engine/Source/Runtime/SlateCore/Public/Types/SlateVector2.h | SlateCore | [FDeprecateSlateVector2D](API\Runtime\SlateCore\Types\FDeprecateSlateVector2D) GetRotated ( float AngleDeg ) const | [] |
|
FDeprecateSlateVector2D::GetRotated | /Engine/Source/Runtime/SlateCore/Public/Types/SlateVector2.h | SlateCore | [FDeprecateSlateVector2D](API\Runtime\SlateCore\Types\FDeprecateSlateVector2D) GetRotated ( double AngleDeg ) const | [] |
|
FDeprecateSlateVector2D::GetSafeNormal | /Engine/Source/Runtime/SlateCore/Public/Types/SlateVector2.h | SlateCore | [FDeprecateSlateVector2D](API\Runtime\SlateCore\Types\FDeprecateSlateVector2D) GetSafeNormal ( double Tolerance ) const | [] |
|
FDeprecateSlateVector2D::GetSafeNormal | /Engine/Source/Runtime/SlateCore/Public/Types/SlateVector2.h | SlateCore | [FDeprecateSlateVector2D](API\Runtime\SlateCore\Types\FDeprecateSlateVector2D) GetSafeNormal ( float Tolerance ) const | [] |
|
FDeprecateSlateVector2D::GetSignVector | /Engine/Source/Runtime/SlateCore/Public/Types/SlateVector2.h | SlateCore | [FDeprecateSlateVector2D](API\Runtime\SlateCore\Types\FDeprecateSlateVector2D) GetSignVector() const | [] |
|
FDeprecateSlateVector2D::operator FVector2d | /Engine/Source/Runtime/SlateCore/Public/Types/SlateVector2.h | Deprecated conversion to a double-precision vector for interoperability with legacy code | SlateCore | operator FVector2d() const | [] |
FDeprecateSlateVector2D::operator= | /Engine/Source/Runtime/SlateCore/Public/Types/SlateVector2.h | Copy-assignment from another vector | SlateCore | [FDeprecateSlateVector2D](API\Runtime\SlateCore\Types\FDeprecateSlateVector2D) & operator= ( const FVector2f & InValue ) | [] |
FDeprecateSlateVector2D::operator= | /Engine/Source/Runtime/SlateCore/Public/Types/SlateVector2.h | SlateCore | [FDeprecateSlateVector2D](API\Runtime\SlateCore\Types\FDeprecateSlateVector2D) & operator= ( const FVector2d & InValue ) | [] |
|
FDeprecateSlateVector2D::operator= | /Engine/Source/Runtime/SlateCore/Public/Types/SlateVector2.h | SlateCore | [FDeprecateSlateVector2D](API\Runtime\SlateCore\Types\FDeprecateSlateVector2D) & operator= ( const FIntPoint & InValue ) | [] |
|
FDeprecateSlateVector2D::RoundToVector | /Engine/Source/Runtime/SlateCore/Public/Types/SlateVector2.h | Get this vector as a vector where each component has been rounded to the nearest int. | SlateCore | [FDeprecateSlateVector2D](API\Runtime\SlateCore\Types\FDeprecateSlateVector2D) RoundToVector() const | [] |
FDeprecateSlateVector2D::Serialize | /Engine/Source/Runtime/SlateCore/Public/Types/SlateVector2.h | SlateCore | bool Serialize ( [FStructuredArchive::FSlot](API\Runtime\Core\Serialization\FStructuredArchive\FSlot) Slot ) | [] |
|
FDeprecateSlateVector2D::SerializeFromMismatchedTag | /Engine/Source/Runtime/SlateCore/Public/Types/SlateVector2.h | SlateCore | bool SerializeFromMismatchedTag ( const struct [FPropertyTag](API\Runtime\CoreUObject\UObject\FPropertyTag) & Tag, [FStructuredArchive::FSlot](API\Runtime\Core\Serialization\FStructuredArchive\FSlot) Slot ) | [] |
|
FDeprecateSlateVector2D::FDeprecateSlateVector2D | /Engine/Source/Runtime/SlateCore/Public/Types/SlateVector2.h | Construction from another vector | SlateCore | FDeprecateSlateVector2D ( FVector2f InValue ) | [] |
FDeprecateSlateVector2D::FDeprecateSlateVector2D | /Engine/Source/Runtime/SlateCore/Public/Types/SlateVector2.h | SlateCore | FDeprecateSlateVector2D() | [] |
|
FDeprecateSlateVector2D::FDeprecateSlateVector2D | /Engine/Source/Runtime/SlateCore/Public/Types/SlateVector2.h | Explicit construction from single-precision component values | SlateCore | FDeprecateSlateVector2D ( float InX, float InY ) | [] |
FDeprecateSlateVector2D | /Engine/Source/Runtime/SlateCore/Public/Types/SlateVector2.h | NOTE: DO NOT USE THIS TYPE DIRECTLY IN CLIENT CODE - ALL USAGES SHOULD USE FVector2f or float | SlateCore | struct FDeprecateSlateVector2D : public [UE::Math::TVector2< float >](API\Runtime\Core\Math\TVector2) | [] |
FDeprecateVector2DParameter | /Engine/Source/Runtime/SlateCore/Public/Types/SlateVector2.h | SlateCore | typedef FVector2f FDeprecateVector2DParameter | [] |
|
FDeprecateVector2DResult | /Engine/Source/Runtime/SlateCore/Public/Types/SlateVector2.h | SlateCore | typedef FVector2f FDeprecateVector2DResult | [] |
|
FInvisibleToWidgetReflectorMetaData::GetTypeId | /Engine/Source/Runtime/SlateCore/Public/Types/InvisibleToWidgetReflectorMetaData.h | SlateCore | static const [FName](API\Runtime\Core\UObject\FName) & GetTypeId() | [] |
|
FInvisibleToWidgetReflectorMetaData::IsOfTypeImpl | /Engine/Source/Runtime/SlateCore/Public/Types/InvisibleToWidgetReflectorMetaData.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 | [] |
FInvisibleToWidgetReflectorMetaData::FInvisibleToWidgetReflectorMetaData | /Engine/Source/Runtime/SlateCore/Public/Types/InvisibleToWidgetReflectorMetaData.h | SlateCore | FInvisibleToWidgetReflectorMetaData() | [] |
|
FInvisibleToWidgetReflectorMetaData | /Engine/Source/Runtime/SlateCore/Public/Types/InvisibleToWidgetReflectorMetaData.h | When using the widget reflector, it may be necessary to make some widgets non-pickable, like the debug canvas. | SlateCore | class FInvisibleToWidgetReflectorMetaData : public [ISlateMetaData](API\Runtime\SlateCore\Types\ISlateMetaData) | [] |
FNavigationMetaData::GetBoundaryRule | /Engine/Source/Runtime/SlateCore/Public/Types/NavigationMetaData.h | Get the boundary rule for the provided navigation type
the boundary rule for the provided navigation type | SlateCore | EUINavigationRule GetBoundaryRule ( EUINavigation InNavigation ) const | [] |
FNavigationMetaData::GetFocusDelegate | /Engine/Source/Runtime/SlateCore/Public/Types/NavigationMetaData.h | Get the focus recipient delegate for the provided navigation type
the focus recipient delegate for the provided navigation type | SlateCore | const FNavigationDelegate & GetFocusDelegate ( EUINavigation InNavigation ) const | [] |
FNavigationMetaData::GetTypeId | /Engine/Source/Runtime/SlateCore/Public/Types/NavigationMetaData.h | SlateCore | static const [FName](API\Runtime\Core\UObject\FName) & GetTypeId() | [] |
|
FNavigationMetaData::GetFocusRecipient | /Engine/Source/Runtime/SlateCore/Public/Types/NavigationMetaData.h | Get the focus recipient for the provided navigation type
the focus recipient for the provided navigation type | SlateCore | const [TWeakPtr](API\Runtime\Core\Templates\TWeakPtr)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > & GetFocusRecipient ( EUINavigation InNavigation ) const | [] |
FNavigationMetaData::IsOfTypeImpl | /Engine/Source/Runtime/SlateCore/Public/Types/NavigationMetaData.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 | [] |
FNavigationMetaData::SetNavigationCustom | /Engine/Source/Runtime/SlateCore/Public/Types/NavigationMetaData.h | Set the navigation behavior for the provided navigation type to be a custom delegate | SlateCore | void SetNavigationCustom ( EUINavigation InNavigation, EUINavigationRule InCustomBoundaryRule, FNavigationDelegate InFocusDelegate ) | [] |
FNavigationMetaData::SetNavigationEscape | /Engine/Source/Runtime/SlateCore/Public/Types/NavigationMetaData.h | An event should return aFNavigationReply::Escape()to let the system know that a navigation can escape the bounds of this widget. | SlateCore | void SetNavigationEscape ( EUINavigation InNavigation ) | [] |
FNavigationMetaData::SetNavigationExplicit | /Engine/Source/Runtime/SlateCore/Public/Types/NavigationMetaData.h | Set the navigation behavior for the provided navigation type to be explicit, using a constant widget | SlateCore | void SetNavigationExplicit ( EUINavigation InNavigation, [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > InFocusRecipient ) | [] |
FNavigationMetaData::SetNavigationStop | /Engine/Source/Runtime/SlateCore/Public/Types/NavigationMetaData.h | An event should return aFNavigationReply::Explicit()to let the system know to stop at the bounds of this widget. | SlateCore | void SetNavigationStop ( EUINavigation InNavigation ) | [] |
FNavigationMetaData::FNavigationMetaData | /Engine/Source/Runtime/SlateCore/Public/Types/NavigationMetaData.h | SlateCore | FNavigationMetaData() | [] |
|
FNavigationMetaData::SetNavigationWrap | /Engine/Source/Runtime/SlateCore/Public/Types/NavigationMetaData.h | Set the navigation behavior for the provided navigation type to be wrap | SlateCore | void SetNavigationWrap ( EUINavigation InNavigation ) | [] |
FNavigationMetaData | /Engine/Source/Runtime/SlateCore/Public/Types/NavigationMetaData.h | Metadata to override the navigation behavior or regularSWidget | SlateCore | class FNavigationMetaData : public [ISlateMetaData](API\Runtime\SlateCore\Types\ISlateMetaData) | [] |
FOptionalSize::IsSet | /Engine/Source/Runtime/SlateCore/Public/Types/SlateStructs.h | Get | SlateCore | bool IsSet() const | [] |
FOptionalSize::operator== | /Engine/Source/Runtime/SlateCore/Public/Types/SlateStructs.h | Compare one optional size to another for equality | SlateCore | bool operator== ( const [FOptionalSize](API\Runtime\SlateCore\Types\FOptionalSize) & Other ) const | [] |
FOptionalSize::Get | /Engine/Source/Runtime/SlateCore/Public/Types/SlateStructs.h | IsSet | SlateCore | float Get() const | [] |
Unspecified | /Engine/Source/Runtime/SlateCore/Public/Types/SlateStructs.h | Constant for unspecified sizes. | SlateCore | static const float Unspecified = -1.0f; | [] |
FOptionalSize::FOptionalSize | /Engine/Source/Runtime/SlateCore/Public/Types/SlateStructs.h | Creates an unspecified size. | SlateCore | FOptionalSize() | [] |
FOptionalSize::FOptionalSize | /Engine/Source/Runtime/SlateCore/Public/Types/SlateStructs.h | Creates a size with the specified value. | SlateCore | FOptionalSize ( const float SpecifiedSize ) | [] |
FOptionalSize | /Engine/Source/Runtime/SlateCore/Public/Types/SlateStructs.h | Structure for optional floating point sizes. | SlateCore | struct FOptionalSize | [] |
FPaintArgs::GetCurrentTime | /Engine/Source/Runtime/SlateCore/Public/Types/PaintArgs.h | SlateCore | double GetCurrentTime() const | [] |
|
FPaintArgs::GetDeferredPaint | /Engine/Source/Runtime/SlateCore/Public/Types/PaintArgs.h | SlateCore | bool GetDeferredPaint() const | [] |
|
FPaintArgs::GetDeltaTime | /Engine/Source/Runtime/SlateCore/Public/Types/PaintArgs.h | SlateCore | float GetDeltaTime() const | [] |
|
FPaintArgs::GetHittestGrid | /Engine/Source/Runtime/SlateCore/Public/Types/PaintArgs.h | SlateCore | [FHittestGrid](API\Runtime\SlateCore\Input\FHittestGrid) & GetHittestGrid() const | [] |
|
FPaintArgs::GetInheritedHittestability | /Engine/Source/Runtime/SlateCore/Public/Types/PaintArgs.h | SlateCore | bool GetInheritedHittestability() const | [] |
|
FPaintArgs::GetPaintParent | /Engine/Source/Runtime/SlateCore/Public/Types/PaintArgs.h | SlateCore | const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) * GetPaintParent() const | [] |
|
FPaintArgs::InsertCustomHitTestPath | /Engine/Source/Runtime/SlateCore/Public/Types/PaintArgs.h | SlateCore | [FPaintArgs](API\Runtime\SlateCore\Types\FPaintArgs) InsertCustomHitTestPath ( const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) * Widget, [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [ICustomHitTestPath](API\Runtime\SlateCore\Input\ICustomHitTestPath) > CustomHitTestPath ) const | [] |
|
FPaintArgs::GetWindowToDesktopTransform | /Engine/Source/Runtime/SlateCore/Public/Types/PaintArgs.h | SlateCore | [UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) GetWindowToDesktopTransform() const | [] |
|
FPaintArgs::SetDeferredPaint | /Engine/Source/Runtime/SlateCore/Public/Types/PaintArgs.h | SlateCore | void SetDeferredPaint ( bool InDeferredPaint ) | [] |
|
FPaintArgs::WithNewHitTestGrid | /Engine/Source/Runtime/SlateCore/Public/Types/PaintArgs.h | SlateCore | [FPaintArgs](API\Runtime\SlateCore\Types\FPaintArgs) WithNewHitTestGrid ( [FHittestGrid](API\Runtime\SlateCore\Input\FHittestGrid) & NewHitTestGrid ) const | [] |
|
FPaintArgs::SetInheritedHittestability | /Engine/Source/Runtime/SlateCore/Public/Types/PaintArgs.h | SlateCore | void SetInheritedHittestability ( bool InInheritedHittestability ) | [] |
|
FPaintArgs::FPaintArgs | /Engine/Source/Runtime/SlateCore/Public/Types/PaintArgs.h | SlateCore | FPaintArgs ( const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) * PaintParent, [FHittestGrid](API\Runtime\SlateCore\Input\FHittestGrid) & InRootHittestGrid, [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) InWindowOffset, double InCurrentTime, float InDeltaTime ) | [] |
|
FPaintArgs::WithNewParent | /Engine/Source/Runtime/SlateCore/Public/Types/PaintArgs.h | SlateCore | [FPaintArgs](API\Runtime\SlateCore\Types\FPaintArgs) WithNewParent ( const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) * PaintParent ) const | [] |
|
FPaintArgs | /Engine/Source/Runtime/SlateCore/Public/Types/PaintArgs.h | SWidget::OnPaint andSWidget::PaintuseFPaintArgsas their sole parameter in order to ease the burden of passing through multiple fields. | SlateCore | class FPaintArgs | [] |
FPaintArgs::FPaintArgs | /Engine/Source/Runtime/SlateCore/Public/Types/PaintArgs.h | SlateCore | FPaintArgs ( const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) * PaintParent, [FHittestGrid](API\Runtime\SlateCore\Input\FHittestGrid) & InRootHittestGrid, [FHittestGrid](API\Runtime\SlateCore\Input\FHittestGrid) & InCurrentHitTestGrid, [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) InWindowOffset, double InCurrentTime, float InDeltaTime ) | [] |
|
FReflectionMetaData::GetTypeId | /Engine/Source/Runtime/SlateCore/Public/Types/ReflectionMetadata.h | SlateCore | static const [FName](API\Runtime\Core\UObject\FName) & GetTypeId() | [] |
|
FReflectionMetaData::GetWidgetDebugInfo | /Engine/Source/Runtime/SlateCore/Public/Types/ReflectionMetadata.h | SlateCore | static [FString](API\Runtime\Core\Containers\FString) GetWidgetDebugInfo ( const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) * InWidget ) | [] |
|
FReflectionMetaData::GetWidgetDebugInfo | /Engine/Source/Runtime/SlateCore/Public/Types/ReflectionMetadata.h | SlateCore | static [FString](API\Runtime\Core\Containers\FString) GetWidgetDebugInfo ( const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) & InWidget ) | [] |
|
FReflectionMetaData::GetWidgetPath | /Engine/Source/Runtime/SlateCore/Public/Types/ReflectionMetadata.h | SlateCore | static [FString](API\Runtime\Core\Containers\FString) GetWidgetPath ( const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) & InWidget, bool bShort, bool bNativePathOnly ) | [] |
|
FReflectionMetaData::GetWidgetPath | /Engine/Source/Runtime/SlateCore/Public/Types/ReflectionMetadata.h | SlateCore | static [FString](API\Runtime\Core\Containers\FString) GetWidgetPath ( const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) * InWidget, bool bShort, bool bNativePathOnly ) | [] |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.