UAnimationSharingManager::GetManagerForWorld

Returns the AnimationSharing Manager for a specific [UWorld](API\Runtime\Engine\Engine\UWorld), nullptr if none was set up

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

static UAnimationSharingManager * GetManagerForWorld
(
    UWorld * InWorld
)

Remarks

Returns the AnimationSharing Manager for a specific UWorld, nullptr if none was set up

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