Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/TAttributeContainer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
AttributeType & FindChecked
(
const FAttributeId& InAttributeId |
Tries to find a attribute type/value entry of the specified AttributeType. | Animation/AttributesContainer.h | |
const AttributeType & FindChecked
(
const FAttributeId& InAttributeId |
Tries to find a attribute type/value entry of the specified AttributeType. | Animation/AttributesContainer.h |
FindChecked(const FAttributeId &)
Description
Tries to find a attribute type/value entry of the specified AttributeType. Asserts when the attribute was not found.
| Name | FindChecked |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AttributesContainer.h |
| Include Path | #include "Animation/AttributesContainer.h" |
template<typename AttributeType>
AttributeType & FindChecked
(
const FAttributeId & InAttributeId
)
Reference to the entry
Parameters
| Name | Remarks |
|---|---|
| InAttributeId | Key to be used for seraching the entry |
FindChecked(const FAttributeId &)
Description
Tries to find a attribute type/value entry of the specified AttributeType. Asserts when the attribute was not found.
| Name | FindChecked |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AttributesContainer.h |
| Include Path | #include "Animation/AttributesContainer.h" |
template<typename AttributeType>
const AttributeType & FindChecked
(
const FAttributeId & InAttributeId
) const
Reference to the entry
Parameters
| Name | Remarks |
|---|---|
| InAttributeId | Key to be used for seraching the entry |