FMovieSceneToolsModule

Implements the MovieSceneTools module.

Windows
MacOS
Linux

Inheritance Hierarchy

IModuleInterface

IMovieSceneTools

FMovieSceneToolsModule

References

Module

MovieSceneTools

Header

/Engine/Source/Editor/MovieSceneTools/Public/MovieSceneToolsModule.h

Include

#include "MovieSceneToolsModule.h"

Syntax

class FMovieSceneToolsModule : public IMovieSceneTools

Remarks

Implements the MovieSceneTools module.

Functions

Name Description

Public function

bool

 

GatherTakes

(
    const UMovieSceneSection* Sect...,
    TArray< FAssetData >& AssetData,
    uint32& OutCurrentTakeNumber
)

Public function Static

FMovieSceneT...

 

Get()

Public function

const TArray...

 

GetAnimationBakeHelpers()

Public function

bool

 

GetTakeNumber

(
    const UMovieSceneSection* Sect...,
    FAssetData AssetData,
    uint32& OutTakeNumber
)

Public function

bool

 

ImportAnimatedProperty

(
    const FString& InPropertyName,
    const FRichCurve& InCurve,
    FGuid InBinding,
    UMovieScene* InMovieScene
)

Public function

bool

 

ImportStringProperty

(
    const FString& InPropertyName,
    const FString& InPropertyValue,
    FGuid InBinding,
    UMovieScene* InMovieScene
)

Public function

void

 

RegisterAnimationBakeHelper

Public function

void

 

RegisterTakeData

Public function

void

 

RegisterTrackImporter

Public function

bool

 

SetTakeNumber

(
    const UMovieSceneSection* Sect...,
    uint32 InTakeNumber
)

Public function

void

 

UnregisterAnimationBakeHelper

Public function

void

 

UnregisterTakeData

Public function

void

 

UnregisterTrackImporter

Overridden from IModuleInterface

Name Description

Public function Virtual

void

 

ShutdownModule()

Called before the module is unloaded, right before the module object is destroyed.

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.

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