Navigation
API > API/Plugins > API/Plugins/AvalancheOutliner > API/Plugins/AvalancheOutliner/FAvaOutlinerItemProxyRegistry
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Gets the Item Proxy Factory if it was registered with the Item Proxy Type Name. | ItemProxies/AvaOutlinerItemProxyRegistry.h | ||
IAvaOutlinerItemProxyFactory * GetItemProxyFactory
(
FName InItemProxyTypeName |
Gets the Item Proxy Factory for the given Item Proxy Type Name. Returns nullptr if not found | ItemProxies/AvaOutlinerItemProxyRegistry.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/VirtualProduction/Avalanche/Source/AvalancheOutliner/Public/ItemProxies/AvaOutlinerItemProxyRegistry.h |
| Include Path | #include "ItemProxies/AvaOutlinerItemProxyRegistry.h" |
template<typename InItemProxyType, typename>
IAvaOutlinerItemProxyFactory * GetItemProxyFactory() const
GetItemProxyFactory(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/VirtualProduction/Avalanche/Source/AvalancheOutliner/Public/ItemProxies/AvaOutlinerItemProxyRegistry.h |
| Include Path | #include "ItemProxies/AvaOutlinerItemProxyRegistry.h" |
IAvaOutlinerItemProxyFactory * GetItemProxyFactory
(
FName InItemProxyTypeName
) const