Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/USkeletalMeshComponent
- USkinnedMeshComponent::UnregisterOnBoneTransformsFinalizedDelegate()
- USkeletalMeshComponent::UnregisterOnBoneTransformsFinalizedDelegate()
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 |
virtual void UnregisterOnBoneTransformsFinalizedDelegate
(
const FDelegateHandle &
)
Remarks
Unregister an OnBoneTransformsFinalized callback.
Parameters
| Name | Description |
|---|---|
| DelegateHandle | the handle of the delegate to remove from the list. |