Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/USkinnedMeshComponent
Description
Register an OnBoneTransformsFinalized callback which can be called in FinalizeBoneTransform(). Note the inherited class has to implement the Broadcast call in FinalizeBoneTransform() if it wants to mimic the same behavior as in USkeletalMeshComponent.
Derived Overrides
| Name | RegisterOnBoneTransformsFinalizedDelegate |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/SkinnedMeshComponent.h |
| Include Path | #include "Components/SkinnedMeshComponent.h" |
virtual FDelegateHandle RegisterOnBoneTransformsFinalizedDelegate
(
const FOnBoneTransformsFinalizedMultiCast::FDelegate &
)
Parameters
| Name | Remarks |
|---|---|
| Delegate | the delegate to be broadcasted in FinalizeBoneTransform by the inherited class. |