Navigation
API > API/Plugins > API/Plugins/SequenceNavigator
Item Proxy Factories are the classes that instance or get the existing Navigation Tool Item Proxies for a given Item
| Name | INavigationToolItemProxyFactory |
| Type | class |
| Header File | /Engine/Plugins/Experimental/SequenceNavigator/Source/SequenceNavigator/Public/ItemProxies/INavigationToolItemProxyFactory.h |
| Include Path | #include "ItemProxies/INavigationToolItemProxyFactory.h" |
Syntax
class INavigationToolItemProxyFactory
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~INavigationToolItemProxyFactory() |
ItemProxies/INavigationToolItemProxyFactory.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< FNavigationToolItemProxy > CreateItemProxy
(
INavigationTool& InTool, |
Returns a newly created instance of the Relevant Item Proxy if successful | ItemProxies/INavigationToolItemProxyFactory.h | |
FName GetItemProxyTypeName() |
Gets the Type Name of the Item Proxy the Factory creates | ItemProxies/INavigationToolItemProxyFactory.h |
See Also
- INavigationToolItemProxy