Navigation
API > API/Runtime > API/Runtime/SlateCore
A structure used to help the user identify deprecated TAttribute that are now TSlateAttribute.
| Name | TSlateDeprecatedTAttribute |
| Type | struct |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Types/SlateAttribute.h |
| Include Path | #include "Types/SlateAttribute.h" |
Syntax
template<typename ObjectType>
struct TSlateDeprecatedTAttribute
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Types/SlateAttribute.h | |||
TSlateDeprecatedTAttribute
(
const OtherType& InInitialValue |
Types/SlateAttribute.h | ||
TSlateDeprecatedTAttribute
(
ObjectType&& InInitialValue |
Types/SlateAttribute.h | ||
TSlateDeprecatedTAttribute
(
TSharedRef< SourceType > InUserObject, |
Types/SlateAttribute.h | ||
TSlateDeprecatedTAttribute
(
SourceType* InUserObject, |
Types/SlateAttribute.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FGetter | typename TAttribute< ObjectType >::FGetter | Types/SlateAttribute.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Bind
(
const FGetter& InGetter |
Types/SlateAttribute.h | ||
void Bind
(
SourceType* InUserObject, |
Types/SlateAttribute.h | ||
const ObjectType & Get () |
Types/SlateAttribute.h | ||
const ObjectType & Get
(
const ObjectType& DefaultValue |
Types/SlateAttribute.h | ||
FGetter GetBinding() |
Types/SlateAttribute.h | ||
bool IdenticalTo
(
const TAttribute< ObjectType >& InOther |
Types/SlateAttribute.h | ||
bool IsBound() |
Types/SlateAttribute.h | ||
bool IsSet() |
Types/SlateAttribute.h | ||
void Set
(
const OtherType& InNewValue |
Types/SlateAttribute.h |