Navigation
API > API/Plugins > API/Plugins/AssetManagerEditor > API/Plugins/AssetManagerEditor/ReferenceViewer
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UEdGraphNode_ReferencedProperties
References
| Module | AssetManagerEditor |
| Header | /Engine/Plugins/Editor/AssetManagerEditor/Source/AssetManagerEditor/Public/ReferenceViewer/EdGraphNode_ReferencedProperties.h |
| Include | #include "ReferenceViewer/EdGraphNode_ReferencedProperties.h" |
Syntax
UCLASS ()
class UEdGraphNode_ReferencedProperties : public UEdGraphNode
Remarks
A node to display a list of Node properties which are referencing another Node/Asset
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TObjectPtr< UEdGraphNode_Reference > & | |||
| UObject * | |||
| const TArray< FReferencingPropertyDescription > & | |||
| const TObjectPtr< UEdGraphNode_Reference > & | |||
| UObject * | |||
| FOnPropertiesDescriptionUpdated & | |||
| void | RefreshLocation
(
const FVector2f& InNodeSize |
Refresh the node location, so it stays mid-way between Referencing and Referenced nodes | |
| void | SetupReferencedPropertiesNode
(
const TArray< FReferencingPropertyDescription >& InPropertiesDescription, |
Initialize this Node |
Typedefs
| Name | Description |
|---|---|
| FOnPropertiesDescriptionUpdated |