![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SlateAttribute.h>
Public Types | |
| using | FGetter = typename TAttribute< ObjectType >::FGetter |
Public Member Functions | |
| TSlateDeprecatedTAttribute ()=default | |
| template<typename OtherType > | |
| TSlateDeprecatedTAttribute (const OtherType &InInitialValue) | |
| TSlateDeprecatedTAttribute (ObjectType &&InInitialValue) | |
| template<class SourceType > | |
| TSlateDeprecatedTAttribute (TSharedRef< SourceType > InUserObject, typename FGetter::template TConstMethodPtr< SourceType > InMethodPtr) | |
| template<class SourceType > | |
| TSlateDeprecatedTAttribute (SourceType *InUserObject, typename FGetter::template TConstMethodPtr< SourceType > InMethodPtr) | |
| bool | IsSet () const |
| template<typename OtherType > | |
| void | Set (const OtherType &InNewValue) |
| const ObjectType & | Get (const ObjectType &DefaultValue) const |
| const ObjectType & | Get () const |
| FGetter | GetBinding () const |
| void | Bind (const FGetter &InGetter) |
| template<class SourceType > | |
| void | Bind (SourceType *InUserObject, typename FGetter::template TConstMethodPtr< SourceType > InMethodPtr) |
| bool | IsBound () const |
| bool | IdenticalTo (const TAttribute< ObjectType > &InOther) const |
A structure used to help the user identify deprecated TAttribute that are now TSlateAttribute.
| using TSlateDeprecatedTAttribute< ObjectType >::FGetter = typename TAttribute<ObjectType>::FGetter |
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |