ISkeletalMeshNotifier::HandleNotification

Override this function to react to notifications locally.

Unreal Engine C++ API Reference > Developer > SkeletalMeshUtilitiesCommon > ISkeletalMeshNotifier

  • ISkeletalMeshNotifier::HandleNotification()

References

   
Module SkeletalMeshUtilitiesCommon
Header /Engine/Source/Developer/SkeletalMeshUtilitiesCommon/Public/SkeletalMeshNotifier.h
Include #include "SkeletalMeshNotifier.h"
void HandleNotification
(
    const [TArray](API\Runtime\Core\Containers\TArray)< [FName](API\Runtime\Core\UObject\FName) > & BoneNames,
    const [ESkeletalMeshNotifyType](API\Developer\SkeletalMeshUtilitiesCommon\ESkeletalMeshNotifyType) InNotifyType
)

Remarks

Override this function to react to notifications locally.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library