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
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNavigationToolComponentProxy
(
INavigationTool& InTool, |
ItemProxies/NavigationToolComponentProxy.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FNavigationToolItemInherits | TNavigationToolItemInherits< FNavigationToolComponentProxy, FNavigationToolItemProxy,> | ItemProxies/NavigationToolComponentProxy.h | |
| Super | FNavigationToolItemProxy | ItemProxies/NavigationToolComponentProxy.h |
Functions
Public
Overridden from FNavigationToolItemProxy
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GetProxiedItems
(
const TSharedRef< INavigationToolItem >& InParent, |
Gets the Items that this Item Proxy is representing / holding (i.e. children) | ItemProxies/NavigationToolComponentProxy.h |
Overridden from INavigationToolItem
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetDisplayName() |
Gets the Display NameText 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 |
Overridden from INavigationToolItemTypeCastable
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const void * CastTo_Impl
(
FNavigationToolItemTypeId InCastToType |
ItemProxies/NavigationToolComponentProxy.h | ||
virtual FNavigationToolItemTypeId GetTypeId() |
ItemProxies/NavigationToolComponentProxy.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FNavigationToolItemTypeId GetStaticTypeId() |
ItemProxies/NavigationToolComponentProxy.h |