Navigation
API > API/Plugins > API/Plugins/SequenceNavigator
Navigation Tool Item representing a sequence marker
| Name | FNavigationToolMarker |
| Type | class |
| Header File | /Engine/Plugins/Experimental/SequenceNavigator/Source/SequenceNavigator/Public/Items/NavigationToolMarker.h |
| Include Path | #include "Items/NavigationToolMarker.h" |
Syntax
class FNavigationToolMarker :
public UE::SequenceNavigator::FNavigationToolItem ,
public UE::Sequencer::IRenameableExtension ,
public UE::SequenceNavigator::IInTimeExtension
Inheritance Hierarchy
- Sequencer::TOutlinerModelMixin< Sequencer::FViewModel > → FNavigationToolItem → FNavigationToolMarker
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNavigationToolMarker
(
INavigationTool& InTool, |
Items/NavigationToolMarker.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Implements | ::UE::Sequencer::TImplements< FNavigationToolItem, Sequencer::IRenameableExtension, IInTimeExtension > | Items/NavigationToolMarker.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AutoRegisterTypeTable | ::UE::Sequencer::ICastable::FAutoRegisterTypeTable | Items/NavigationToolMarker.h | ||
| ID | ::UE::Sequencer::TAutoRegisterViewModelTypeID< FNavigationToolMarker > | Items/NavigationToolMarker.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMovieSceneMarkedFrame * GetMarkedFrame() |
Items/NavigationToolMarker.h | ||
int32 GetMarkedFrameIndex() |
Items/NavigationToolMarker.h |
Overridden from INavigationToolItem
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanDelete() |
Whether this Item can be deleted or not | Items/NavigationToolMarker.h | |
virtual bool Delete() |
The implementation to delete the item | Items/NavigationToolMarker.h | |
virtual FText GetClassName() |
Gets the Class/Type of this Item (e.g. for Items that represent UObjects, it will be the UObject class) | Items/NavigationToolMarker.h | |
virtual FText GetDisplayName() |
Gets the display name text of the item | Items/NavigationToolMarker.h | |
virtual FSlateIcon GetIcon() |
Gets the slate icon for the item | Items/NavigationToolMarker.h | |
virtual const FSlateBrush * GetIconBrush() |
Items/NavigationToolMarker.h | ||
virtual FSlateColor GetIconColor() |
Gets the color for the item icon | Items/NavigationToolMarker.h | |
virtual FText GetIconTooltipText() |
Gets the tooltip text for the item icon | Items/NavigationToolMarker.h | |
virtual ENavigationToolItemViewMode GetSupportedViewModes
(
const INavigationToolView& InToolView |
Gets the View Modes that this Item Supports | Items/NavigationToolMarker.h | |
virtual bool IsAllowedInTool() |
Returns whether this item (and what it represents) should be allowed to be registered in Navigation Tool | Items/NavigationToolMarker.h | |
virtual bool IsItemValid() |
Determines whether the Item properties are in a valid state | Items/NavigationToolMarker.h | |
virtual bool IsSelected
(
const FNavigationToolScopedSelection& InSelection |
Determines whether the given Item is selected in the given Scoped Selection | Items/NavigationToolMarker.h | |
virtual void OnDoubleClick() |
Called when an Item is double-clicked with the mouse | Items/NavigationToolMarker.h | |
virtual void OnSelect() |
Called when an Item is selected | Items/NavigationToolMarker.h | |
virtual void Select
(
FNavigationToolScopedSelection& InSelection |
Used to signal the Scoped Selection that this Item should be Selected | Items/NavigationToolMarker.h |
Overridden from IRenameableExtension
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanRename() |
Items/NavigationToolMarker.h | ||
virtual void Rename
(
const FText& InNewName |
Items/NavigationToolMarker.h |
Overridden from IInTimeExtension
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FFrameNumber GetInTime() |
Items/NavigationToolMarker.h | ||
virtual void SetInTime
(
const FFrameNumber& InTime |
Items/NavigationToolMarker.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMovieScene * GetParentMovieScene() |
Items/NavigationToolMarker.h | ||
UMovieSceneSequence * GetParentSequence() |
Items/NavigationToolMarker.h |
Overridden from FNavigationToolItem
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FNavigationToolItemId CalculateItemId() |
Gets the Item Id with the latest information (e.g. parent, object, etc) | Items/NavigationToolMarker.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void RegisterTypeID() |
Items/NavigationToolMarker.h |