Navigation
API > API/Plugins > API/Plugins/AssetManagerEditor > API/Plugins/AssetManagerEditor/ReferenceViewer
References
| Module | AssetManagerEditor |
| Header | /Engine/Plugins/Editor/AssetManagerEditor/Source/AssetManagerEditor/Public/ReferenceViewer/EdGraphNode_ReferencedProperties.h |
| Include | #include "ReferenceViewer/EdGraphNode_ReferencedProperties.h" |
Syntax
struct FReferencingPropertyDescription
Remarks
Describes a graph node property referencing an asset from another node
Constructors
| Type | Name | Description | |
|---|---|---|---|
FReferencingPropertyDescription
(
const FString& InName, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FString & | GetName () |
Returns the name of the property | |
| const UClass * | |||
| const FString & | Returns the name of the referenced node | ||
| const FString & | Returns the name of the property referencer | ||
| EAssetReferenceType | GetType () |
Returns the property type | |
| FString | Returns the property type as a string (useful e.g. for tooltips) | ||
| bool | IsIndirect () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FReferencingPropertyDescription& InOther |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EAssetReferenceType |