Navigation
API > API/Plugins > API/Plugins/AvalancheOutliner > API/Plugins/AvalancheOutliner/Item
Inheritance Hierarchy
- IAvaTypeCastable
- TSharedFromThis< IAvaOutlinerItem >
- IAvaOutlinerItem
- FAvaOutlinerItem
- FAvaOutlinerObject
- FAvaOutlinerActor
References
| Module | AvalancheOutliner |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheOutliner/Public/Item/AvaOutlinerActor.h |
| Include | #include "Item/AvaOutlinerActor.h" |
Syntax
class FAvaOutlinerActor : public FAvaOutlinerObject
Remarks
Item in Outliner representing an AActor.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakObjectPtr< AActor > | Actor |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAvaOutlinerActor
(
IAvaOutliner& InOutliner, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| AActor * | GetActor () |
||
Overridden from FAvaOutlinerObject
| Type | Name | Description | |
|---|---|---|---|
| void | SetObject_Impl
(
UObject* InObject |
Overridden from IAvaOutlinerItem
| Type | Name | Description | |
|---|---|---|---|
| FReply | AcceptDrop
(
const FDragDropEvent& InDragDropEvent, |
Processes the Drag and Drop Event for this Item | |
| bool | AddChild
(
const FAvaOutlinerAddItemParams& InAddItemParams |
Adds another Child under this Item if such Item is supported. | |
| TOptional< EItemDropZone > | CanAcceptDrop
(
const FDragDropEvent& InDragDropEvent, |
Determines if and where the incoming Drag Drop Event can be processed by this item | |
| bool | Whether this Item can be at the Top Level just beneath the Root, or it needs to always be under some other Item E.g. | ||
| bool | CanLock () |
Whether an Item can be Locked in any kind. E.g. Actors can be location-locked | |
| 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. | |
| FText | Gets the Display Name Text of the Item | ||
| 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 | ||
| bool | IsLocked () |
Whether the Item is currently Locked | |
| bool | IsSortable () |
Determines whether this item can be sorted by the Outliner or not. | |
| 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 | The implementation to rename the item (e.g. for AActor it will be the Actor Label that is changed) | ||
| void | SetLocked
(
bool bInIsLocked |
Lock/Unlock the Item | |
| bool | ShowVisibility
(
EAvaOutlinerVisibilityType VisibilityType |
Whether this Item supports Visibility for the Given Type |