Navigation
API > API/Editor > API/Editor/AnimationModifiers
| Name | IAnimationModifiersModule |
| Type | class |
| Header File | /Engine/Source/Editor/AnimationModifiers/Public/IAnimationModifiersModule.h |
| Include Path | #include "IAnimationModifiersModule.h" |
Syntax
class IAnimationModifiersModule : public IModuleInterface
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ApplyAnimationModifiers
(
const TArray< UAnimSequence* >& InSequences, |
Apply animation modifiers contained by provided Animation Sequences to its respective outers | IAnimationModifiersModule.h | |
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 | IAnimationModifiersModule.h | |
void ShowRemoveAnimationModifierWindow
(
const TArray< UAnimSequence* >& InSequences |
Shows a new modal dialog allowing the user to setup Animation Modifiers to be removed for all AnimSequences part of InSequences | IAnimationModifiersModule.h |