Navigation
API > API/Editor > API/Editor/AnimationBlueprintEditor
Inheritance Hierarchy
- FBlueprintEditor
- IHasPersonaToolkit
- IAnimationBlueprintEditor
References
| Module | AnimationBlueprintEditor |
| Header | /Engine/Source/Editor/AnimationBlueprintEditor/Public/IAnimationBlueprintEditor.h |
| Include | #include "IAnimationBlueprintEditor.h" |
Syntax
class IAnimationBlueprintEditor :
public FBlueprintEditor,
public IHasPersonaToolkit
Functions
| Type | Name | Description | |
|---|---|---|---|
| IAnimationSequenceBrowser * | Get the asset browser we host | ||
| const FEdGraphPinType & | Get the last pin type we used to create a graph pin | ||
| UAnimInstance * | Get the preview anim instance we are using, which can be a linked instance depending on preview settings | ||
| void | SetLastGraphPinTypeUsed
(
const FEdGraphPinType& InType |
Set the last pin type we used to create a graph pin |