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 (BlueprintCallable, Category="Components|SkeletalMesh")
void SetOverridePostProcessAnimBP
(
TSubclassOf < UAnimInstance > InPostProcessAnimBlueprint,
bool ReinitAnimInstances
)
Remarks
Set the post-processing AnimBP to be used for this skeletal mesh component. In case an override post-processing AnimBP is set, the one set in skeletal mesh asset will be ignored and not used.
Parameters
| Name | Description |
|---|---|
| ReinitAnimInstances | Can be false when called e.g. from the construction script in a Blueprint. True when this is called while the game is running and the anim instances need to be re-initialized. |