Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/TAttribute
Type | Name | Description | |
---|---|---|---|
![]() |
TAttribute () |
Default constructor. | |
![]() |
TAttribute
(
const OtherType& InInitialValue |
Construct implicitly from an initial value | |
![]() |
TAttribute
(
ObjectType&& InInitialValue |
Construct implicitly from moving an initial value | |
![]() |
TAttribute
(
TSharedRef< SourceType > InUserObject, |
Constructs by binding an arbitrary function that will be called to generate this attribute's value on demand. | |
![]() |
TAttribute
(
SourceType* InUserObject, |
Constructs by binding an arbitrary function that will be called to generate this attribute's value on demand. | |
![]() |
TAttribute
(
const FGetter& InGetter, |
Special explicit constructor for TAttribute::Create() |