Navigation
API > API/Editor > API/Editor/MovieSceneTools
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
| Type | Name | Description | |
|---|---|---|---|
| void | CustomizeKeyStructInstancedPropertyTypes
(
TSharedRef< IStructureDetailsView > StructureDetailsView, |
Called By SKeyEditInterface to allow external modules to add key struct instanced property type customizations. | |
| bool | GatherTakes
(
const UMovieSceneSection* Section, |
||
| FMovieSceneToolsModule & | Get () |
||
| const TArray< IMovieSceneToolsAnimationBakeHelper * > & | |||
| bool | GetTakeNumber
(
const UMovieSceneSection* Section, |
||
| bool | ImportAnimatedProperty
(
const FString& InPropertyName, |
||
| bool | ImportStringProperty
(
const FString& InPropertyName, |
||
| void | RegisterAnimationBakeHelper
(
IMovieSceneToolsAnimationBakeHelper* BakeHelper |
||
| void | |||
| void | |||
| void | |||
| bool | SetTakeNumber
(
const UMovieSceneSection* Section, |
||
| void | |||
| void | |||
| void | UnregisterAnimationBakeHelper
(
IMovieSceneToolsAnimationBakeHelper* BakeHelper |
||
| void | |||
| void | |||
| void |