Navigation
API > API/Plugins > API/Plugins/SequenceNavigator > API/Plugins/SequenceNavigator/FNavigationToolItemProxyRegistry
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Gets the Item Proxy Factory if it was registered with the Item Proxy Type Name. | ItemProxies/NavigationToolItemProxyRegistry.h | ||
INavigationToolItemProxyFactory * GetItemProxyFactory
(
const FName InItemProxyTypeName |
Gets the Item Proxy Factory for the given Item Proxy Type Name. Returns nullptr if not found | ItemProxies/NavigationToolItemProxyRegistry.h |
GetItemProxyFactory()
Description
Gets the Item Proxy Factory if it was registered with the Item Proxy Type Name. Returns nullptr if not found
| Name | GetItemProxyFactory |
| Type | function |
| Header File | /Engine/Plugins/Experimental/SequenceNavigator/Source/SequenceNavigator/Public/ItemProxies/NavigationToolItemProxyRegistry.h |
| Include Path | #include "ItemProxies/NavigationToolItemProxyRegistry.h" |
template<typename InItemProxyType, typename>
INavigationToolItemProxyFactory * GetItemProxyFactory() const
GetItemProxyFactory(const FName)
Description
Gets the Item Proxy Factory for the given Item Proxy Type Name. Returns nullptr if not found
| Name | GetItemProxyFactory |
| Type | function |
| Header File | /Engine/Plugins/Experimental/SequenceNavigator/Source/SequenceNavigator/Public/ItemProxies/NavigationToolItemProxyRegistry.h |
| Include Path | #include "ItemProxies/NavigationToolItemProxyRegistry.h" |
INavigationToolItemProxyFactory * GetItemProxyFactory
(
const FName InItemProxyTypeName
) const