FAnimSharingModule

Windows
MacOS
Linux

Inheritance Hierarchy

FDefaultModuleImpl

FGCObject

FAnimSharingModule

References

Module

AnimationSharing

Header

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

Include

#include "AnimationSharingModule.h"

Syntax

class FAnimSharingModule :
    public FDefaultModuleImpl,
    public FGCObject

Functions

Name Description

Public function Static

bool

 

CreateAnimationSharingManager

(
    UWorld* InWorld,
    const UAnimationSharingSetup* ...
)

Creates an animation sharing manager for the given UWorld (must be a Game World)

Public function Static

UAnimationSh...

 

Get

(
    const UWorld* World
)

Overridden from IModuleInterface

Name Description

Public function Virtual

void

 

StartupModule()

Called right after the module DLL has been loaded and the module object has been created Load dependent modules here, and they will be guaranteed to be available during ShutdownModule.

Overridden from FGCObject

Name Description

Public function Virtual

void

 

AddReferencedObjects

(
    FReferenceCollector& Collector
)

Pure virtual that must be overloaded by the inheriting class.

Constants

Name

Description

WorldAnimSharingManagers

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