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