Navigation
API > API/Plugins > API/Plugins/AvalancheOutliner > API/Plugins/AvalancheOutliner/Item
Inheritance Hierarchy
- IAvaTypeCastable
- TSharedFromThis< IAvaOutlinerItem >
- IAvaOutlinerItem
- FAvaOutlinerItem
- FAvaOutlinerObject
- FAvaOutlinerLevel
References
| Module | AvalancheOutliner |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheOutliner/Public/Item/AvaOutlinerLevel.h |
| Include | #include "Item/AvaOutlinerLevel.h" |
Syntax
class FAvaOutlinerLevel : public FAvaOutlinerObject
Remarks
Item in Outliner representing a Level.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakObjectPtr< ULevel > | LevelWeak |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAvaOutlinerLevel
(
IAvaOutliner& InOutliner, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| ULevel * | GetLevel () |
||
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 | 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 | ||
| FSlateIcon | GetIcon () |
||
| EAvaOutlinerItemViewMode | GetSupportedViewModes
(
const FAvaOutlinerView& InOutlinerView |
Gets the View Modes that this Item Supports | |
| bool | RemoveChild
(
const FAvaOutlinerRemoveItemParams& InRemoveItemParams |
Removes the given child from this Item if it was ever indeed a child. |