Navigation
API > API/Plugins > API/Plugins/AssetManagerEditor
A node to display a list of Node properties which are referencing another Node/Asset
| Name | UEdGraphNode_ReferencedProperties |
| Type | class |
| Header File | /Engine/Plugins/Editor/AssetManagerEditor/Source/AssetManagerEditor/Public/ReferenceViewer/EdGraphNode_ReferencedProperties.h |
| Include Path | #include "ReferenceViewer/EdGraphNode_ReferencedProperties.h" |
Syntax
UCLASS ()
class UEdGraphNode_ReferencedProperties : public UEdGraphNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEdGraphNode → UEdGraphNode_ReferencedProperties
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnPropertiesDescriptionUpdated | TMulticastDelegate_NoParams< void > | ReferenceViewer/EdGraphNode_ReferencedProperties.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnPropertiesDescriptionUpdatedDelegate | FOnPropertiesDescriptionUpdated | ReferenceViewer/EdGraphNode_ReferencedProperties.h | ||
| ReferencedNode | TObjectPtr< UEdGraphNode_Reference > | ReferenceViewer/EdGraphNode_ReferencedProperties.h | ||
| ReferencedPropertyDescription | TArray< FReferencingPropertyDescriptionPtr > | ReferenceViewer/EdGraphNode_ReferencedProperties.h | ||
| ReferencingNode | TObjectPtr< UEdGraphNode_Reference > | ReferenceViewer/EdGraphNode_ReferencedProperties.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TObjectPtr< UEdGraphNode_Reference > & GetReferencedNode() |
ReferenceViewer/EdGraphNode_ReferencedProperties.h | ||
UObject * GetReferencedObject() |
ReferenceViewer/EdGraphNode_ReferencedProperties.h | ||
const TArray< FReferencingPropertyDescriptionPtr > & GetReferencedPropertiesDescription() |
ReferenceViewer/EdGraphNode_ReferencedProperties.h | ||
const TObjectPtr< UEdGraphNode_Reference > & GetReferencingNode() |
ReferenceViewer/EdGraphNode_ReferencedProperties.h | ||
UObject * GetReferencingObject() |
ReferenceViewer/EdGraphNode_ReferencedProperties.h | ||
FOnPropertiesDescriptionUpdated & OnPropertiesDescriptionUpdated() |
ReferenceViewer/EdGraphNode_ReferencedProperties.h | ||
void RefreshLocation
(
const FVector2f& InNodeSize |
Refresh the node location, so it stays mid-way between Referencing and Referenced nodes | ReferenceViewer/EdGraphNode_ReferencedProperties.h | |
void SetupReferencedPropertiesNode
(
const TArray< FReferencingPropertyDescription >& InPropertiesDescription, |
Initialize this Node | ReferenceViewer/EdGraphNode_ReferencedProperties.h |