Navigation
API > API/Plugins > API/Plugins/SequenceNavigator
Default Template Item Proxy Factory classes to create the Item Proxy without having to write it out for all classes that don't need special behavior or custom constructors
| Name | TNavigationToolItemProxyDefaultFactoryBase |
| Type | class |
| Header File | /Engine/Plugins/Experimental/SequenceNavigator/Source/SequenceNavigator/Public/ItemProxies/Factories/NavigationToolItemProxyDefaultFactory.h |
| Include Path | #include "ItemProxies/Factories/NavigationToolItemProxyDefaultFactory.h" |
Syntax
template<typename InItemProxyType, uint32 InItemProxyPriority, typename>
class TNavigationToolItemProxyDefaultFactoryBase : public UE::SequenceNavigator::INavigationToolItemProxyFactory
Implements Interfaces
Derived Classes
Functions
Public
Overridden from INavigationToolItemProxyFactory
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetItemProxyTypeName() |
Gets the Type Name of the Item Proxy the Factory creates | ItemProxies/Factories/NavigationToolItemProxyDefaultFactory.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< FNavigationToolItemProxy > DefaultCreateItemProxy
(
InArgTypes&&... InArgs |
ItemProxies/Factories/NavigationToolItemProxyDefaultFactory.h |