Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/USkeletalMeshComponent
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/SkeletalMeshComponent.h |
| Include | #include "Components/SkeletalMeshComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/SkeletalMeshComponent.cpp |
UFUNCTION (BlueprintPure, Category="Components|SkeletalMesh|Animation Blueprint Linking",
Meta=(Keywords="AnimBlueprint", DeprecatedFunction, DeprecationMessage="Tags are unique so this function is no longer supported. Please use GetLinkedAnimGraphInstanceByTag instead"))
void GetLinkedAnimGraphInstancesByTag
(
FName InTag,
TArray < UAnimInstance * > & OutLinkedInstances
) const
Remarks
Returns all tagged linked instance nodes that match the tag.