Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/TAttributeContainer > API/Runtime/Engine/Animation/TAttributeContainer/Add
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AttributesContainer.h |
| Include | #include "Animation/AttributesContainer.h" |
template<typename AttributeType>
AttributeType &42; Add
&40;
const FAttributeId & InAttributeId,
const AttributeType & Attribute
&41;
Remarks
Adds a new attribute type/value entry of the specified underlying AttributeType. The ptr to the added and populated entry, to be used for populating the data, nullptr if adding it failed
Parameters
| Name | Description |
|---|---|
| InAttributeId | Key to be used for the entry |
| Attribute | Value for the new entry |