UAnimationSharingManager::RegisterActorWithSkeleton

Registers actor with the animation sharing system according to the SharingSkeleton's sharing setup (if available)

Windows
MacOS
Linux

References

Module

AnimationSharing

Header

/Engine/Plugins/Developer/AnimationSharing/Source/AnimationSharing/Public/AnimationSharingManager.h

Include

#include "AnimationSharingManager.h"

Source

/Engine/Plugins/Developer/AnimationSharing/Source/AnimationSharing/Private/AnimationSharingManager.cpp

Syntax

void RegisterActorWithSkeleton
(
    AActor * InActor,
    const USkeleton * SharingSkeleton,
    FUpdateActorHandle Delegate
)

Remarks

Registers actor with the animation sharing system according to the SharingSkeleton's sharing setup (if available)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss