Navigation
API > API/Plugins > API/Plugins/AvalancheOutliner > API/Plugins/AvalancheOutliner/IAvaOutliner
References
| Module | AvalancheOutliner |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheOutliner/Public/IAvaOutliner.h |
| Include | #include "IAvaOutliner.h" |
template<typename InItemProxyType, typename>
TSharedPtr< FAvaOutlinerItemProxy > GetOrCreateItemProxy
(
const FAvaOutlinerItemPtr & InParentItem
)
Remarks
Tries to get the Item Proxy Factory for the given Item Proxy type, first trying the Outliner Registry then the Module's then returns an existing item proxy created via the factory, or creates one if there's no existing item proxy the Item Proxy created by the Factory. Can be null if no factory was found or if the factory intentionally returns null