Navigation
API > API/Editor > API/Editor/AnimationModifiers
Inheritance Hierarchy
- IModuleInterface
- IAnimationModifiersModule
References
| Module | AnimationModifiers |
| Header | /Engine/Source/Editor/AnimationModifiers/Public/IAnimationModifiersModule.h |
| Include | #include "IAnimationModifiersModule.h" |
Syntax
class IAnimationModifiersModule : public IModuleInterface
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ApplyAnimationModifiers
(
const TArray< UAnimSequence* >& InSequences, |
Apply animation modifiers contained by provided Animation Sequences to its respective outers | |
| void | ShowAddAnimationModifierWindow
(
const TArray< UAnimSequence* >& InSequences |
Shows a new modal dialog allowing the user to setup Animation Modifiers to be added for all AnimSequences part of InSequences |