Navigation
API > API/Plugins > API/Plugins/AvalancheOutliner
Reference Item of FAvaOutlinerSharedObject that holds an Object that is likely used across other items in the Outliner.
| Name | FAvaOutlinerObjectReference |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheOutliner/Public/Item/AvaOutlinerObjectReference.h |
| Include Path | #include "Item/AvaOutlinerObjectReference.h" |
Syntax
class FAvaOutlinerObjectReference : public FAvaOutlinerObject
Implements Interfaces
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAvaOutlinerObjectReference
(
IAvaOutliner& InOutliner, |
Item/AvaOutlinerObjectReference.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FAvaInherits | TAvaInherits< FAvaOutlinerObjectReference, FAvaOutlinerObject,> | Item/AvaOutlinerObjectReference.h | |
| Super | FAvaOutlinerObject | Item/AvaOutlinerObjectReference.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAvaOutlinerItemPtr GetReferencingItem() |
Item/AvaOutlinerObjectReference.h |
Overridden from IAvaOutlinerItem
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetDisplayName() |
Gets the Display Name Text of the Item | Item/AvaOutlinerObjectReference.h | |
virtual bool IsItemValid() |
Determines whether the Item properties are in a valid state | Item/AvaOutlinerObjectReference.h | |
virtual void OnItemRegistered() |
Called when the Item has been registered into the Outliner | Item/AvaOutlinerObjectReference.h | |
virtual void OnItemUnregistered() |
Called when the Item has been unregistered from the Outliner | Item/AvaOutlinerObjectReference.h |
Overridden from IAvaTypeCastable
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const void * CastTo_Impl
(
FAvaTypeId InCastToType |
Item/AvaOutlinerObjectReference.h | ||
virtual FAvaTypeId GetTypeId() |
Item/AvaOutlinerObjectReference.h |
Protected
Overridden from FAvaOutlinerItem
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FAvaOutlinerItemId CalculateItemId() |
Gets the Item Id with the latest information (e.g. parent, object, etc) | Item/AvaOutlinerObjectReference.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FAvaTypeId GetStaticTypeId() |
Item/AvaOutlinerObjectReference.h |