Navigation
API > API/Plugins > API/Plugins/AvalancheOutliner > API/Plugins/AvalancheOutliner/Item
Inheritance Hierarchy
- IAvaTypeCastable
- TSharedFromThis< IAvaOutlinerItem >
- IAvaOutlinerItem
- FAvaOutlinerItem
- FAvaOutlinerObject
- FAvaOutlinerComponent
References
| Module | AvalancheOutliner |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheOutliner/Public/Item/AvaOutlinerComponent.h |
| Include | #include "Item/AvaOutlinerComponent.h" |
Syntax
class FAvaOutlinerComponent : public FAvaOutlinerObject
Remarks
Item in Outliner representing a USceneComponent.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakObjectPtr< USceneComponent > | Component |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAvaOutlinerComponent
(
IAvaOutliner& InOutliner, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| USceneComponent * | GetComponent () |
||
Overridden from FAvaOutlinerObject
| Type | Name | Description | |
|---|---|---|---|
| void | SetObject_Impl
(
UObject* InObject |
Overridden from IAvaOutlinerItem
| Type | Name | Description | |
|---|---|---|---|
| bool | AddChild
(
const FAvaOutlinerAddItemParams& InAddItemParams |
Adds another Child under this Item if such Item is supported. | |
| bool | Whether a change in Parent Visibility should also affect this Item's Visibility | ||
| bool | CanRename () |
Whether this Item can be renamed or not | |
| void | FindChildren
(
TArray< FAvaOutlinerItemPtr >& OutChildren, |
Figures out the Children of this Item. | |
| TSharedRef< SWidget > | GenerateLabelWidget
(
const TSharedRef< SAvaOutlinerTreeRow >& InRow |
Function responsible of Generating the Label Widget for this Item (i.e. the column containing the Icon and the Name) | |
| FLinearColor | GetItemColor () |
Gets the Brush Color to use for the Item in the Outliner (e.g. Components should be grayed out a bit) | |
| void | GetItemProxies
(
TArray< TSharedPtr< FAvaOutlinerItemProxy > >& OutItemProxies |
Gets the Item Proxies for this Item (e.g. Component Item that represent Primitives add in a Material Proxy to display) | |
| EAvaOutlinerItemViewMode | GetSupportedViewModes
(
const FAvaOutlinerView& InOutlinerView |
Gets the View Modes that this Item Supports | |
| TArray< FName > | GetTags () |
Gets the Tags found for this Item (e.g. for Actors, actor tags and for Components Component Tags) | |
| bool | GetVisibility
(
EAvaOutlinerVisibilityType VisibilityType |
Whether this Item is currently visible or not for the Given Type | |
| bool | Returns whether this Item (and what it represents) should be allowed to be registered in Outliner | ||
| void | OnVisibilityChanged
(
EAvaOutlinerVisibilityType VisibilityType, |
Called when the Visibility on Item has been changed on the Outliner side | |
| bool | RemoveChild
(
const FAvaOutlinerRemoveItemParams& InRemoveItemParams |
Removes the given child from this Item if it was ever indeed a child. | |
| bool | ShowVisibility
(
EAvaOutlinerVisibilityType VisibilityType |
Whether this Item supports Visibility for the Given Type |