Navigation
API > API/Plugins > API/Plugins/AvalancheOutliner > API/Plugins/AvalancheOutliner/Item
Inheritance Hierarchy
- IAvaTypeCastable
- TSharedFromThis< IAvaOutlinerItem >
- IAvaOutlinerItem
- FAvaOutlinerItem
- FAvaOutlinerItemProxy
- FAvaOutlinerMaterialProxy
References
| Module | AvalancheOutliner |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheOutliner/Public/Item/AvaOutlinerMaterialProxy.h |
| Include | #include "Item/AvaOutlinerMaterialProxy.h" |
Syntax
class FAvaOutlinerMaterialProxy : public FAvaOutlinerItemProxy
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAvaOutlinerMaterialProxy
(
IAvaOutliner& InOutliner, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
Overridden from FAvaOutlinerItemProxy
| Type | Name | Description | |
|---|---|---|---|
| void | GetProxiedItems
(
const TSharedRef< IAvaOutlinerItem >& InParent, |
Gets the Items that this Item Proxy is representing / holding (i.e. children) |
Overridden from IAvaOutlinerItem
| Type | Name | Description | |
|---|---|---|---|
| FText | Gets the Display Name Text of the Item | ||
| FSlateIcon | GetIcon () |
||
| FText | |||
| void | Called when the Item has been registered into the Outliner | ||
| void | Called when the Item has been unregistered from the Outliner |