Navigation
API > API/Plugins > API/Plugins/SequenceNavigator
| Name | FNavigationToolComponentProxy |
| Type | class |
| Header File | /Engine/Plugins/Experimental/SequenceNavigator/Source/SequenceNavigator/Public/ItemProxies/NavigationToolComponentProxy.h |
| Include Path | #include "ItemProxies/NavigationToolComponentProxy.h" |
Syntax
class FNavigationToolComponentProxy : public UE::SequenceNavigator::FNavigationToolItemProxy
Inheritance Hierarchy
- Sequencer::TOutlinerModelMixin< Sequencer::FViewModel > → FNavigationToolItem → FNavigationToolItemProxy → FNavigationToolComponentProxy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNavigationToolComponentProxy
(
INavigationTool& InTool, |
ItemProxies/NavigationToolComponentProxy.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Implements | ::UE::Sequencer::TImplements< FNavigationToolItemProxy > | ItemProxies/NavigationToolComponentProxy.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AutoRegisterTypeTable | ::UE::Sequencer::ICastable::FAutoRegisterTypeTable | ItemProxies/NavigationToolComponentProxy.h | ||
| ID | ::UE::Sequencer::TAutoRegisterViewModelTypeID< FNavigationToolComponentProxy > | ItemProxies/NavigationToolComponentProxy.h |
Functions
Public
Overridden from FNavigationToolItemProxy
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GetProxiedItems
(
const FNavigationToolViewModelPtr& InParent, |
Gets the items that this item proxy is representing / holding (ie. children) | ItemProxies/NavigationToolComponentProxy.h |
Overridden from INavigationToolItem
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetDisplayName() |
Gets the display name text of the item | ItemProxies/NavigationToolComponentProxy.h | |
virtual FSlateIcon GetIcon() |
Gets the slate icon for the item | ItemProxies/NavigationToolComponentProxy.h | |
virtual FText GetIconTooltipText() |
Gets the tooltip text for the item icon | ItemProxies/NavigationToolComponentProxy.h | |
virtual ENavigationToolItemViewMode GetSupportedViewModes
(
const INavigationToolView& InToolView |
Gets the View Modes that this Item Supports | ItemProxies/NavigationToolComponentProxy.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void RegisterTypeID() |
ItemProxies/NavigationToolComponentProxy.h |