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 |
TSubclassOf < UAnimInstance > GetPostProcessAnimBPClassToBeUsed() const
Remarks
Get the post-processing AnimBP to be used for this skeletal mesh component. In case an override post-processing AnimBP is set, it will always return the AnimBP class of that. Otherwise the one set in skeletal mesh asset will be returned.