Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TAttribute
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Set
(
const OtherType& InNewValue |
Sets the attribute's value | Misc/Attribute.h | |
void Set
(
ObjectType&& InNewValue |
Sets the attribute's value | Misc/Attribute.h |
Set(const OtherType &)
Description
Sets the attribute's value
| Name | Set |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Attribute.h |
| Include Path | #include "Misc/Attribute.h" |
template<typename OtherType>
void Set
(
const OtherType & InNewValue
)
Parameters
| Name | Remarks |
|---|---|
| InNewValue | The value to set the attribute to |
Set(ObjectType &&)
Description
Sets the attribute's value
| Name | Set |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Attribute.h |
| Include Path | #include "Misc/Attribute.h" |
void Set
(
ObjectType && InNewValue
)
Parameters
| Name | Remarks |
|---|---|
| InNewValue | The value to set the attribute to |