Navigation
API > API/Editor > API/Editor/Persona
| Name | IAnimationSequenceBrowser |
| Type | class |
| Header File | /Engine/Source/Editor/Persona/Public/IAnimationSequenceBrowser.h |
| Include Path | #include "IAnimationSequenceBrowser.h" |
Syntax
class IAnimationSequenceBrowser : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → IAnimationSequenceBrowser
- FSlateControlledConstruction → SWidget → SCompoundWidget → IAnimationSequenceBrowser
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddToHistory
(
UAnimationAsset* AnimAsset |
Add to navigation history | IAnimationSequenceBrowser.h | |
void FilterBySkeletonNotify
(
const FName& InNotifyName |
Add filter by skeleton notify name | IAnimationSequenceBrowser.h | |
void SelectAsset
(
UAnimationAsset* InAsset |
Select the specified asset | IAnimationSequenceBrowser.h |