Navigation
API > API/Plugins > API/Plugins/AvalancheOutliner > API/Plugins/AvalancheOutliner/Item > API/Plugins/AvalancheOutliner/Item/FAvaOutlinerItemId > API/Plugins/AvalancheOutliner/Item/FAvaOutlinerItemId/__ctor
References
| Module | AvalancheOutliner |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheOutliner/Public/Item/AvaOutlinerItemId.h |
| Include | #include "Item/AvaOutlinerItemId.h" |
FAvaOutlinerItemId
(
const FAvaOutlinerItemPtr & InParentItem,
const IAvaOutlinerItemProxyFactory & InItemProxyFactory
)
Remarks
Ctor used for making the Item Id for a item proxy that will be under the given Parent Item. Used when the actual Item Proxy is not created yet, but know it's factory and want to know whether the item proxy already exists
Parameters
| Name | Description |
|---|---|
| InParentItem | the parent item holding the item proxy |
| InItemProxyFactory | the factory responsible of creating the item proxy |