Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FDynamicMeshAttributeSet
Description
Returns a pointer to a morph target attribute of the given name. If the attribute does not exist, a nullptr is returned.
| Name | GetMorphTargetAttribute |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicMeshAttributeSet.h |
| Include Path | #include "DynamicMesh/DynamicMeshAttributeSet.h" |
FDynamicMeshMorphTargetAttribute * GetMorphTargetAttribute
(
FName InMorphTargetName
) const