Navigation
API > API/Plugins > API/Plugins/AvalancheOutliner > API/Plugins/AvalancheOutliner/Item
Inheritance Hierarchy
- IAvaTypeCastable
- TSharedFromThis< IAvaOutlinerItem >
- IAvaOutlinerItem
- FAvaOutlinerItem
- FAvaOutlinerObject
- FAvaOutlinerActor
- FAvaOutlinerComponent
- FAvaOutlinerObjectReference
- FAvaOutlinerMaterial
- FAvaOutlinerSharedObject
References
| Module | AvalancheOutliner |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheOutliner/Public/Item/AvaOutlinerObject.h |
| Include | #include "Item/AvaOutlinerObject.h" |
Syntax
class FAvaOutlinerObject : public FAvaOutlinerItem
Remarks
Item Class that represents a UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakObjectPtr< UObject > | Object |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAvaOutlinerObject
(
IAvaOutliner& InOutliner, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UObject * | GetObject () |
||
| void | SetObject
(
UObject* InObject |
||
| void | SetObject_Impl
(
UObject* InObject |
||
Overridden from FAvaOutlinerItem
| Type | Name | Description | |
|---|---|---|---|
| FAvaOutlinerItemId | Gets the Item Id with the latest information (e.g. parent, object, etc) |
Overridden from IAvaOutlinerItem
| Type | Name | Description | |
|---|---|---|---|
| bool | CanRename () |
Whether this Item can be renamed or not | |
| FText | GetClassName () |
Gets the Class/Type of this Item (e.g. for Items that represent UObjects, it will be the UObject class) | |
| FText | Gets the Display Name Text of the Item | ||
| FSlateIcon | GetIcon () |
||
| FText | |||
| bool | Returns whether this Item (and what it represents) should be allowed to be registered in Outliner | ||
| bool | IsItemValid () |
Determines whether the Item properties are in a valid state | |
| bool | IsSelected
(
const FAvaOutlinerScopedSelection& InSelection |
Determines whether the given Item is selected in the given Scoped Selection | |
| void | OnObjectsReplaced
(
const TMap< UObject*, UObject* >& InReplacementMap, |
Called when objects have been replaced on the Engine side. | |
| bool | The implementation to rename the item (e.g. for AActor it will be the Actor Label that is changed) | ||
| void | Select
(
FAvaOutlinerScopedSelection& InSelection |
Used to signal the Scoped Selection that this Item should be Selected |