Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/USkinnedMeshComponent
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/SkinnedMeshComponent.h |
| Include | #include "Components/SkinnedMeshComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/SkinnedMeshComponent.cpp |
virtual UMorphTarget &42; FindMorphTarget
&40;
FName MorphTargetName
&41; const
Remarks
Find a named MorphTarget from the current SkeletalMesh Pointer to found MorphTarget. Returns NULL if could not find target with that name.
Parameters
| Name | Description |
|---|---|
| MorphTargetName | Name of MorphTarget to look for. |