Navigation
API > API/Plugins > API/Plugins/AnimationSharing
| Name | FAnimSharingModule |
| Type | class |
| Header File | /Engine/Plugins/Developer/AnimationSharing/Source/AnimationSharing/Public/AnimationSharingModule.h |
| Include Path | #include "AnimationSharingModule.h" |
Syntax
class FAnimSharingModule :
public FDefaultModuleImpl,
public FGCObject
Inheritance Hierarchy
- FGCObject → FAnimSharingModule
Implements Interfaces
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FCreateAnimationSharingManagerFunc | TFunction< UAnimationSharingManager *(UWorld *InWorld)> | Creates an animation sharing manager for the given UWorld (must be a Game World) - with custom func that is responsible for creation and initialisation | AnimationSharingModule.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| OnAnimationSharingManagerCreated | FOnAnimationSharingManagerCreated | AnimationSharingModule.h | |
| WorldAnimSharingManagers | TMap< const UWorld *, TObjectPtr< UAnimationSharingManager > > | AnimationSharingModule.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AddReferencedObjects
(
FReferenceCollector& Collector |
AnimationSharingModule.h | ||
virtual FString GetReferencerName() |
AnimationSharingModule.h | ||
virtual void StartupModule() |
AnimationSharingModule.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool CreateAnimationSharingManager
(
UWorld* InWorld, |
Creates an animation sharing manager for the given UWorld (must be a Game World) | AnimationSharingModule.h | |
static bool CreateAnimationSharingManager
(
UWorld* InWorld, |
AnimationSharingModule.h | ||
static UAnimationSharingManager * Get
(
const UWorld* World |
AnimationSharingModule.h | ||
static FOnAnimationSharingManagerCreated & GetOnAnimationSharingManagerCreated() |
AnimationSharingModule.h | ||
static void OnWorldCleanup
(
UWorld* World, |
AnimationSharingModule.h |