Navigation
API > API/Plugins > API/Plugins/AvalancheOutliner > API/Plugins/AvalancheOutliner/Item
Inheritance Hierarchy
- IAvaTypeCastable
- TSharedFromThis< IAvaOutlinerItem >
- IAvaOutlinerItem
- FAvaOutlinerItem
- FAvaOutlinerItemProxy
- FAvaOutlinerComponentProxy
References
| Module | AvalancheOutliner |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheOutliner/Public/Item/AvaOutlinerComponentProxy.h |
| Include | #include "Item/AvaOutlinerComponentProxy.h" |
Syntax
class FAvaOutlinerComponentProxy : public FAvaOutlinerItemProxy
Variables
| Type | Name | Description | |
|---|---|---|---|
| const FAvaOutlinerItemPtr & | InParentItem |
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 | |||
| EAvaOutlinerItemViewMode | GetSupportedViewModes
(
const FAvaOutlinerView& InOutlinerView |
Gets the View Modes that this Item Supports |