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
FReflectionMetaData::IsOfTypeImpl
/Engine/Source/Runtime/SlateCore/Public/Types/ReflectionMetadata.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
[]
EOnNavigationIsConst
/Engine/Source/Runtime/SlateCore/Public/Types/NavigationMetaData.h
SlateCore
enum EOnNavigationIsConst { OnNavigationIsConst, }
[]
FReflectionMetaData
/Engine/Source/Runtime/SlateCore/Public/Types/ReflectionMetadata.h
Reflection meta-data that can be used by the widget reflector to determine additional information about slate widgets that are constructed byUObjectclasses for UMG.
SlateCore
class FReflectionMetaData : public [ISlateMetaData](API\Runtime\SlateCore\Types\ISlateMetaData)
[ { "type": "TWeakObjectPtr<...", "name": "Asset", "description": "The asset that owns the widget and is responsible for its specific existence." }, { "type": "TWeakObjectPtr<...", "name": "Class", "description": "The class the constructed the slate widget." }, { "type": "FName", "name": "Name", "description": "The name of the widget in the hierarchy" }, { "type": "TWeakObjectPtr<...", "name": "SourceObject", "description": "TheUObjectwrapper that creates the widget, this is expected to be aUWidget." } ]
FReflectionMetaData::FReflectionMetaData
/Engine/Source/Runtime/SlateCore/Public/Types/ReflectionMetadata.h
SlateCore
FReflectionMetaData ( [FName](API\Runtime\Core\UObject\FName) InName, [UClass](API\Runtime\CoreUObject\UObject\UClass) * InClass, [UObject](API\Runtime\CoreUObject\UObject\UObject) * InSourceObject, const [UObject](API\Runtime\CoreUObject\UObject\UObject) * InAsset )
[]
FReflectionMetaData::GetWidgetOrParentMetaData
/Engine/Source/Runtime/SlateCore/Public/Types/ReflectionMetadata.h
SlateCore
static [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FReflectionMetaData](API\Runtime\SlateCore\Types\FReflectionMetaData) > GetWidgetOrParentMetaData ( const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) * InWidget )
[]
FSimulatedNavigationMetaData::GetBoundaryRule
/Engine/Source/Runtime/SlateCore/Public/Types/NavigationMetaData.h
Get the boundary rule for the provided navigation type.
SlateCore
EUINavigationRule GetBoundaryRule ( EUINavigation InNavigation ) const
[]
FSimulatedNavigationMetaData::GetFocusRecipient
/Engine/Source/Runtime/SlateCore/Public/Types/NavigationMetaData.h
Get 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
[]
FSimulatedNavigationMetaData::GetTypeId
/Engine/Source/Runtime/SlateCore/Public/Types/NavigationMetaData.h
SlateCore
static const [FName](API\Runtime\Core\UObject\FName) & GetTypeId()
[]
FSimulatedNavigationMetaData::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
[]
FSimulatedNavigationMetaData::IsOnNavigationConst
/Engine/Source/Runtime/SlateCore/Public/Types/NavigationMetaData.h
Is the OnNavigation function const and should be called when simulating to determine the navigation rule.
SlateCore
bool IsOnNavigationConst() const
[]
FSimulatedNavigationMetaData::FSimulatedNavigationMetaData
/Engine/Source/Runtime/SlateCore/Public/Types/NavigationMetaData.h
SlateCore
FSimulatedNavigationMetaData()
[]
FSimulatedNavigationMetaData::FSimulatedNavigationMetaData
/Engine/Source/Runtime/SlateCore/Public/Types/NavigationMetaData.h
SlateCore
FSimulatedNavigationMetaData ( EUINavigationRule InNavigationRule )
[]
FSimulatedNavigationMetaData::FSimulatedNavigationMetaData
/Engine/Source/Runtime/SlateCore/Public/Types/NavigationMetaData.h
SlateCore
FSimulatedNavigationMetaData ( const [FNavigationMetaData](API\Runtime\SlateCore\Types\FNavigationMetaData) & InSimulatedNavigation )
[]
FSimulatedNavigationMetaData::FSimulatedNavigationMetaData
/Engine/Source/Runtime/SlateCore/Public/Types/NavigationMetaData.h
SlateCore
FSimulatedNavigationMetaData ( [EOnNavigationIsConst](API\Runtime\SlateCore\Types\FSimulatedNavigationMetaData\EOnNavigationIsConst) )
[]
FSimulatedNavigationMetaData
/Engine/Source/Runtime/SlateCore/Public/Types/NavigationMetaData.h
Navigation meta data to used when using the Navigation Event Simulator The OnNavigation function is not call by default on the widget, unless specified with "IsOnNavigationConst".
SlateCore
class FSimulatedNavigationMetaData : public [ISlateMetaData](API\Runtime\SlateCore\Types\ISlateMetaData)
[]
ESizeRule
/Engine/Source/Runtime/SlateCore/Public/Types/SlateStructs.h
SlateCore
enum ESizeRule { SizeRule_Auto, SizeRule_Stretch, }
[]
FSizeParam::FSizeParam
/Engine/Source/Runtime/SlateCore/Public/Types/SlateStructs.h
FStretch
SlateCore
FSizeParam ( [ESizeRule](API\Runtime\SlateCore\Types\FSizeParam\ESizeRule) InTypeOfSize, const [TAttribute](API\Runtime\Core\Misc\TAttribute)< float > & InValue )
[]
FSlateAttributeBase::IsInvalidateWidgetReasonSupported
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttribute.h
Not all invalidation is supported by SlateAttribute. ChildOrder: The update of SlateAttribute is done in the SlatePrepass. We can't add or remove children in SlatePrepass. AttributeRegistration: In FastPath, the SlateAttribute are updated in a loop. The iterator can't be modified while we are looping.
SlateCore
template<typename T> static constexpr bool IsInvalidateWidgetReasonSupported ( T Reason )
[]
FSizeParam
/Engine/Source/Runtime/SlateCore/Public/Types/SlateStructs.h
FSizeParamcannot be constructed directly - seeFStretch,FAuto, and FAspectRatio
SlateCore
struct FSizeParam
[ { "type": "ESizeRule", "name": "SizeRule", "description": "The sizing rule to use." }, { "type": "TAttribute< flo...", "name": "Value", "description": "The actual value this size parameter stores." } ]
FSlateAttributeBase::IsInvalidateWidgetReasonSupported
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttribute.h
SlateCore
static constexpr bool IsInvalidateWidgetReasonSupported ( EInvalidateWidgetReason Reason )
[]
FSlateAttributeBase
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttribute.h
Base struct of all SlateAttribute type.
SlateCore
struct FSlateAttributeBase
[]
ECallbackOverrideType
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
SlateCore
enum ECallbackOverrideType { ReplacePrevious, ExecuteAfterPrevious, ExecuteBeforePrevious, }
[]
FSlateAttributeDescriptor::DefaultSortOrder
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
The default sort order that define in which order attributes will be updated.
SlateCore
static constexpr [OffsetType](API\Runtime\SlateCore\Types\FSlateAttributeDescriptor\OffsetType) DefaultSortOrder ( [OffsetType](API\Runtime\SlateCore\Types\FSlateAttributeDescriptor\OffsetType) Offset )
[]
FSlateAttributeDescriptor::FAttribute::DoesAffectVisibility
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
SlateCore
bool DoesAffectVisibility&40;&41; const
[]
FSlateAttributeDescriptor::FAttribute::GetAttributeType
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
SlateCore
SlateAttributePrivate::ESlateAttributeType GetAttributeType&40;&41; const
[]
FSlateAttributeDescriptor::FAttribute::ExecuteOnValueChangedIfBound
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
SlateCore
void ExecuteOnValueChangedIfBound &40; SWidget & Widget &41; const
[]
FSlateAttributeDescriptor::FAttribute::GetInvalidationReason
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
SlateCore
EInvalidateWidgetReason GetInvalidationReason &40; const SWidget & Widget &41; const
[]
FSlateAttributeDescriptor::FAttribute::GetName
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
SlateCore
FName GetName&40;&41; const
[]
FSlateAttributeDescriptor::FAttribute::GetSortOrder
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
SlateCore
uint32 GetSortOrder&40;&41; const
[]
FSlateAttributeDescriptor::FAttribute::FAttribute
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
SlateCore
FAttribute &40; FName Name, OffsetType Offset, FInvalidateWidgetReasonAttribute Reason &41;
[]
FSlateAttributeDescriptor::FAttribute::FAttribute
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
SlateCore
FAttribute &40; FName ContainerName, FName Name, OffsetType Offset, FInvalidateWidgetReasonAttribute Reason &41;
[]
FAttribute
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
SlateCore
struct FAttribute
[ { "type": "friend", "name": "FContainerInitializer", "description": "" }, { "type": "friend", "name": "FInitializer", "description": "" }, { "type": "friend", "name": "FSlateAttributeDescriptor", "description": "" } ]
FAttributeValueChangedDelegate
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
SlateCore
typedef TBaseDelegate_OneParam< void, [SWidget](API\Runtime\SlateCore\Widgets\SWidget) & > FAttributeValueChangedDelegate
[]
FSlateAttributeDescriptor::FContainer::IsValid
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
SlateCore
bool IsValid&40;&41; const
[]
FSlateAttributeDescriptor::FContainer::GetSortOrder
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
SlateCore
uint32 GetSortOrder&40;&41; const
[]
FSlateAttributeDescriptor::FContainer::FContainer
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
SlateCore
FContainer&40;&41;
[]
FSlateAttributeDescriptor::FContainer::FContainer
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
SlateCore
FContainer &40; FName InName, OffsetType InOffset &41;
[]
FContainer
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
SlateCore
struct FContainer
[ { "type": "friend", "name": "FInitializer", "description": "" } ]
FSlateAttributeDescriptor::FContainer::GetName
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
SlateCore
FName GetName&40;&41; const
[]
FSlateAttributeDescriptor::FContainerInitializer::AddContainedAttribute
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
SlateCore
FAttributeEntry AddContainedAttribute &40; FName AttributeName, OffsetType Offset, const FInvalidateWidgetReasonAttribute & ReasonGetter &41;
[]
FSlateAttributeDescriptor::FContainerInitializer::AddContainedAttribute
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
SlateCore
FAttributeEntry AddContainedAttribute &40; FName AttributeName, OffsetType Offset, FInvalidateWidgetReasonAttribute && ReasonGetter &41;
[]
FSlateAttributeDescriptor::FContainerInitializer::FAttributeEntry::OnValueChanged
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
SWidget::IsConstructed
SlateCore
FAttributeEntry & OnValueChanged &40; FAttributeValueChangedDelegate Callback &41;
[]
FSlateAttributeDescriptor::FContainerInitializer::FAttributeEntry::UpdatePrerequisite
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
Update the attribute after the prerequisite. The order is guaranteed but other attributes may be updated in between. No order is guaranteed if the prerequisite or this property is updated manually.
SlateCore
FAttributeEntry & UpdatePrerequisite &40; FName Prerequisite &41;
[]
FSlateAttributeDescriptor::FContainerInitializer::FAttributeEntry::FAttributeEntry
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
SlateCore
FAttributeEntry &40; FSlateAttributeDescriptor & Descriptor, FName ContainerName, int32 AttributeIndex &41;
[]
FAttributeEntry
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
UpdatePrerequisite(FNamePrerequisite)
SlateCore
struct FAttributeEntry
[]
FSlateAttributeDescriptor::FContainerInitializer::operator=
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
SlateCore
FContainerInitializer & operator&61; &40; const FContainerInitializer & &41;
[]
FSlateAttributeDescriptor::FContainerInitializer::OverrideInvalidationReason
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
Change the InvalidationReason of an attribute defined in a base class.
SlateCore
void OverrideInvalidationReason &40; FName AttributeName, const FInvalidateWidgetReasonAttribute & Reason &41;
[]
FSlateAttributeDescriptor::FContainerInitializer::OverrideInvalidationReason
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
Change the InvalidationReason of an attribute defined in a base class.
SlateCore
void OverrideInvalidationReason &40; FName AttributeName, FInvalidateWidgetReasonAttribute && Reason &41;
[]
FSlateAttributeDescriptor::FContainerInitializer::OverrideOnValueChanged
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
Change the FAttributeValueChangedDelegate of an attribute defined in a base class.
SlateCore
void OverrideOnValueChanged &40; FName AttributeName, ECallbackOverrideType OverrideType, FAttributeValueChangedDelegate Callback &41;
[]
FSlateAttributeDescriptor::FContainerInitializer::FContainerInitializer
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
SlateCore
FContainerInitializer&40;&41;
[]
FSlateAttributeDescriptor::FContainerInitializer::FContainerInitializer
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
SlateCore
FContainerInitializer &40; const FContainerInitializer & &41;
[]
FSlateAttributeDescriptor::FContainerInitializer::FContainerInitializer
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
SlateCore
FContainerInitializer &40; FSlateAttributeDescriptor & InDescriptor, FName ContainerName &41;
[]
FSlateAttributeDescriptor::FContainerInitializer::FContainerInitializer
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
SlateCore
FContainerInitializer &40; FSlateAttributeDescriptor & InDescriptor, const FSlateAttributeDescriptor & ParentDescriptor, FName ContainerName &41;
[]
FSlateAttributeDescriptor::FindAttribute
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
the Attribute with the corresponding name.
SlateCore
const [FAttribute](API\Runtime\SlateCore\Types\FSlateAttributeDescriptor\FAttribute) * FindAttribute ( [FName](API\Runtime\Core\UObject\FName) AttributeName ) const
[]
FContainerInitializer
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
Internal class to initialize the SlateAttributeDescriptor::FContainer attributes (Add attributes or modify existing attributes).
SlateCore
struct FContainerInitializer
[]
FSlateAttributeDescriptor::FindAttribute
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
SlateCore
FAttribute &42; FindAttribute &40; FName AttributeName &41;
[]
FSlateAttributeDescriptor::FindContainedAttribute
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
the Attribute of a SlateAttribute that have the corresponding memory offset.
SlateCore
const [FAttribute](API\Runtime\SlateCore\Types\FSlateAttributeDescriptor\FAttribute) * FindContainedAttribute ( [FName](API\Runtime\Core\UObject\FName) ContainerName, [OffsetType](API\Runtime\SlateCore\Types\FSlateAttributeDescriptor\OffsetType) AttributeOffset ) const
[]
FSlateAttributeDescriptor::FindContainer
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
the Container with the corresponding name.
SlateCore
const [FContainer](API\Runtime\SlateCore\Types\FSlateAttributeDescriptor\FContainer) * FindContainer ( [FName](API\Runtime\Core\UObject\FName) ContainerName ) const
[]
FSlateAttributeDescriptor::FindMemberAttribute
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
the Attribute of a SlateAttribute that have the corresponding memory offset.
SlateCore
const [FAttribute](API\Runtime\SlateCore\Types\FSlateAttributeDescriptor\FAttribute) * FindMemberAttribute ( [OffsetType](API\Runtime\SlateCore\Types\FSlateAttributeDescriptor\OffsetType) AttributeOffset ) const
[]
FSlateAttributeDescriptor::FInitializer::AddContainer
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
SlateCore
FContainerInitializer AddContainer &40; FName ContainerName, OffsetType Offset &41;
[]
FSlateAttributeDescriptor::FInitializer::AddMemberAttribute
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
SlateCore
FAttributeEntry AddMemberAttribute &40; FName AttributeName, OffsetType Offset, const FInvalidateWidgetReasonAttribute & ReasonGetter &41;
[]
FSlateAttributeDescriptor::FInitializer::AddMemberAttribute
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
SlateCore
FAttributeEntry AddMemberAttribute &40; FName AttributeName, OffsetType Offset, FInvalidateWidgetReasonAttribute && ReasonGetter &41;
[]
FSlateAttributeDescriptor::FInitializer::FAttributeEntry::AffectVisibility
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
The attribute affect the visibility of the widget. We only update the attributes that can change the visibility of the widget when the widget is collapsed. Attributes that affect visibility must have the Visibility attribute as a Prerequisite or the Visibility attribute must have it as a Prerequisite.
SlateCore
FAttributeEntry & AffectVisibility&40;&41;
[]
FSlateAttributeDescriptor::FInitializer::FAttributeEntry::UpdatePrerequisite
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
Update the attribute after the prerequisite. The order is guaranteed but other attributes may be updated in between. No order is guaranteed if the prerequisite or this property is updated manually.
SlateCore
FAttributeEntry & UpdatePrerequisite &40; FName Prerequisite &41;
[]
FSlateAttributeDescriptor::FInitializer::FAttributeEntry::OnValueChanged
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
SWidget::IsConstructed
SlateCore
FAttributeEntry & OnValueChanged &40; FAttributeValueChangedDelegate Callback &41;
[]
FSlateAttributeDescriptor::FInitializer::FAttributeEntry::FAttributeEntry
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
SlateCore
FAttributeEntry &40; FSlateAttributeDescriptor & Descriptor, int32 InAttributeIndex &41;
[]
FAttributeEntry
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
UpdatePrerequisite(FNamePrerequisite)
SlateCore
struct FAttributeEntry
[]
FSlateAttributeDescriptor::FInitializer::OverrideInvalidationReason
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
Change the InvalidationReason of an attribute defined in a base class.
SlateCore
void OverrideInvalidationReason &40; FName AttributeName, const FInvalidateWidgetReasonAttribute & Reason &41;
[]
FSlateAttributeDescriptor::FInitializer::OverrideInvalidationReason
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
Change the InvalidationReason of an attribute defined in a base class.
SlateCore
void OverrideInvalidationReason &40; FName AttributeName, FInvalidateWidgetReasonAttribute && Reason &41;
[]
FSlateAttributeDescriptor::FInitializer::~FInitializer
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
SlateCore
&126;FInitializer&40;&41;
[]
FSlateAttributeDescriptor::FInitializer::OverrideOnValueChanged
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
Change the FAttributeValueChangedDelegate of an attribute defined in a base class.
SlateCore
void OverrideOnValueChanged &40; FName AttributeName, ECallbackOverrideType OverrideType, FAttributeValueChangedDelegate Callback &41;
[]
Arg1Type
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
SlateCore
typedef const class SWidget & Arg1Type
[]
FInitializer
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
No constructors are accessible with public or protected access.
SlateCore
struct FInitializer
[]
FGetter
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
SlateCore
typedef TBaseDelegate_OneParam< EInvalidateWidgetReason, Arg1Type > FGetter
[]
FSlateAttributeDescriptor::FInitializer::SetAffectVisibility
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
Change the update type of an attribute defined in a base class.
SlateCore
void SetAffectVisibility &40; FName AttributeName, bool bAffectVisibility &41;
[]
FSlateAttributeDescriptor::FInvalidateWidgetReasonAttribute::Get
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
SlateCore
EInvalidateWidgetReason Get &40; const SWidget & Widget &41; const
[]
FSlateAttributeDescriptor::FInvalidateWidgetReasonAttribute::IsBound
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
SlateCore
bool IsBound&40;&41; const
[]
FSlateAttributeDescriptor::FInvalidateWidgetReasonAttribute::operator=
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
SlateCore
FInvalidateWidgetReasonAttribute & operator&61; &40; FInvalidateWidgetReasonAttribute && &41;
[]
FSlateAttributeDescriptor::FInvalidateWidgetReasonAttribute::FInvalidateWidgetReasonAttribute
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
SlateCore
FInvalidateWidgetReasonAttribute &40; const FInvalidateWidgetReasonAttribute & &41;
[]
FSlateAttributeDescriptor::FInvalidateWidgetReasonAttribute::FInvalidateWidgetReasonAttribute
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
SlateCore
FInvalidateWidgetReasonAttribute &40; FInvalidateWidgetReasonAttribute && &41;
[]
FSlateAttributeDescriptor::FInvalidateWidgetReasonAttribute::FInvalidateWidgetReasonAttribute
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
Default constructor.
SlateCore
FInvalidateWidgetReasonAttribute &40; EInvalidateWidgetReason InReason &41;
[]
FSlateAttributeDescriptor::FInvalidateWidgetReasonAttribute::FInvalidateWidgetReasonAttribute
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
SlateCore
template<typename... PayloadTypes> FInvalidateWidgetReasonAttribute &40; TIdentity_T< typename FGetter::template TFuncPtr< PayloadTypes... >> InFuncPtr, PayloadTypes &&... InputPayload &41;
[]
FSlateAttributeDescriptor::FInvalidateWidgetReasonAttribute::FInvalidateWidgetReasonAttribute
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
SlateCore
template<typename LambdaType, typename... PayloadTypes> FInvalidateWidgetReasonAttribute &40; LambdaType && InCallable, PayloadTypes &&... InputPayload &41;
[]
FSlateAttributeDescriptor::FInvalidateWidgetReasonAttribute::operator=
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
SlateCore
FInvalidateWidgetReasonAttribute & operator&61; &40; const FInvalidateWidgetReasonAttribute & &41;
[]
FInvalidateWidgetReasonAttribute
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
A EInvalidationWidgetReason Attribute It can be explicitly initialize or can be a callback static function or lambda that returns the EInvalidationReason. The signature of the function takes a constSWidget& as argument.
SlateCore
struct FInvalidateWidgetReasonAttribute
[ { "type": "friend", "name": "FSlateAttributeDescriptor", "description": "" } ]
FSlateAttributeDescriptor::GetAttributeAtIndex
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
the Attribute at the index previously found with IndexOfMemberAttribute
SlateCore
const [FAttribute](API\Runtime\SlateCore\Types\FSlateAttributeDescriptor\FAttribute) & GetAttributeAtIndex ( int32 Index ) const
[]
FSlateAttributeDescriptor::GetAttributeNum
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
the number of Attributes registered.
SlateCore
int32 GetAttributeNum() const
[]
FSlateAttributeDescriptor::IndexOfAttribute
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
the index of a SlateAttribute that have the corresponding memory offset.
SlateCore
int32 IndexOfAttribute ( [FName](API\Runtime\Core\UObject\FName) AttributeName ) const
[]
FSlateAttributeDescriptor::IndexOfContainedAttribute
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
the index of a SlateAttribute that have the corresponding memory offset.
SlateCore
int32 IndexOfContainedAttribute ( [FName](API\Runtime\Core\UObject\FName) ContainerName, [OffsetType](API\Runtime\SlateCore\Types\FSlateAttributeDescriptor\OffsetType) AttributeOffset ) const
[]
FSlateAttributeDescriptor::IndexOfContainer
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
the index of the Container with the corresponding name.
SlateCore
int32 IndexOfContainer ( [FName](API\Runtime\Core\UObject\FName) AttributeName ) const
[]
FSlateAttributeDescriptor::IndexOfMemberAttribute
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
the index of a SlateAttribute that have the corresponding memory offset.
SlateCore
int32 IndexOfMemberAttribute ( [OffsetType](API\Runtime\SlateCore\Types\FSlateAttributeDescriptor\OffsetType) AttributeOffset ) const
[]
OffsetType
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
SlateCore
typedef uint32 OffsetType
[]
FSlateAttributeDescriptor
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h
Describes the static information about a Widget's type SlateAttributes.
SlateCore
class FSlateAttributeDescriptor
[]
FSlateAttributeMetaData::ApplyDelayedInvalidation
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeMetaData.h
Apply any delayed invalidation previously delayed withEInvalidationPermission::DelayInvalidation.
SlateCore
static void ApplyDelayedInvalidation ( [SWidget](API\Runtime\SlateCore\Widgets\SWidget) & OwningWidget )
[]
EInvalidationPermission
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeMetaData.h
SlateCore
enum EInvalidationPermission { AllowInvalidationIfConstructed, AllowInvalidation, DelayInvalidation, DenyInvalidation, DenyAndClearDelayedInvalidation, }
[]
ESlateAttributeType
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeMetaData.h
SlateCore
typedef [SlateAttributePrivate::ESlateAttributeType](API\Runtime\SlateCore\Types\Attributes\SlateAttributePrivate__ESlateAtt-) ESlateAttributeType
[]
FSlateAttributeMetaData::FindMetaData
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeMetaData.h
the instance associated to theSWidget(if it exists).
SlateCore
static [FSlateAttributeMetaData](API\Runtime\SlateCore\Types\FSlateAttributeMetaData) * FindMetaData ( const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) & OwningWidget )
[]
FSlateAttributeMetaData::GetAttributeNames
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeMetaData.h
Get the name of all the attributes, if available.
SlateCore
static [TArray](API\Runtime\Core\Containers\TArray)< [FName](API\Runtime\Core\UObject\FName) > GetAttributeNames ( const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) & OwningWidget )
[]
FSlateAttributeMetaData::GetRegisteredAffectVisibilityAttributeCount
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeMetaData.h
SlateCore
int32 GetRegisteredAffectVisibilityAttributeCount() const
[]
FSlateAttributeMetaData::GetRegisteredAttributeCount
/Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeMetaData.h
SlateCore
int32 GetRegisteredAttributeCount() const
[]