Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/TNamedValueArray
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Animation/NamedValueArray.h |
| Include | #include "Animation/NamedValueArray.h" |
bool HasElement
(
FName InName
) const
Remarks
Check whether an element is present for the supplied name Note that this performs a binary search per-call. true if an element with the supplied name is present
Parameters
| Name | Description |
|---|---|
| InName | the name of the element to check |