Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/TAttributeContainer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 IndexOfByKey
(
const FAttributeId& InAttributeId |
Tries to find and return the indedx of a attribute type/value entry of the specified AttributeType. | Animation/AttributesContainer.h | |
int32 IndexOfByKey
(
const UScriptStruct* InScriptStruct, |
Tries to find and return the indedx of a attribute type/value entry of the specified AttributeType. | Animation/AttributesContainer.h |
IndexOfByKey(const FAttributeId &)
Description
Tries to find and return the indedx of a attribute type/value entry of the specified AttributeType.
| Name | IndexOfByKey |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AttributesContainer.h |
| Include Path | #include "Animation/AttributesContainer.h" |
template<typename AttributeType>
int32 IndexOfByKey
(
const FAttributeId & InAttributeId
) const
Index to the entry, INDEX_NONE if not found
Parameters
| Name | Remarks |
|---|---|
| InAttributeId | Key to be used for seraching the entry |
IndexOfByKey(const UScriptStruct *, const FAttributeId &)
Description
Tries to find and return the indedx of a attribute type/value entry of the specified AttributeType.
| Name | IndexOfByKey |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AttributesContainer.h |
| Include Path | #include "Animation/AttributesContainer.h" |
int32 IndexOfByKey
(
const UScriptStruct * InScriptStruct,
const FAttributeId & InAttributeId
) const
Index to the entry, INDEX_NONE if not found
Parameters
| Name | Remarks |
|---|---|
| InAttributeId | Key to be used for seraching the entry |