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