Navigation
API > API/Plugins > API/Plugins/AvalancheOutliner > API/Plugins/AvalancheOutliner/Item
Inheritance Hierarchy
- IAvaTypeCastable
- TSharedFromThis< IAvaOutlinerItem >
- IAvaOutlinerItem
- FAvaOutlinerItem
- FAvaOutlinerObject
- FAvaOutlinerObjectReference
- FAvaOutlinerMaterial
References
| Module | AvalancheOutliner |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheOutliner/Public/Item/AvaOutlinerObjectReference.h |
| Include | #include "Item/AvaOutlinerObjectReference.h" |
Syntax
class FAvaOutlinerObjectReference : public FAvaOutlinerObject
Remarks
Reference Item of FAvaOutlinerSharedObject that holds an Object that is likely used across other items in the Outliner.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | ReferenceId | Id to distinguish the reference from other references held by the same Referencing Item. | |
| FAvaOutlinerItemWeakPtr | ReferencingItemWeak | The item referencing the object (e.g. a Component item holding reference of a Material) |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAvaOutlinerObjectReference
(
IAvaOutliner& InOutliner, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FAvaOutlinerItemPtr | |||
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 | |
|---|---|---|---|
| FText | Gets the Display Name Text of the Item | ||
| bool | IsItemValid () |
Determines whether the Item properties are in a valid state | |
| void | Called when the Item has been registered into the Outliner | ||
| void | Called when the Item has been unregistered from the Outliner |